Created by: szweier
What this does
• Added a method to allow you to set attributed placeholder while also providing a separate float title. • Added a method that allows you to set the desired placeholder color without having to set a color each time you set an attributed string. (Note: if a placeholder color is set but you use attributed string you can still override the placeholder color)
Reason for doing
• Method for setting both attributed placeholder and float title seems useful to have for scenarios where someone may need both • In some setups (mine included) methods may exist that return a textfield that is setup with specific styles that should apply throughout the app. Being able to set the placeholder color there allows us to keep code elsewhere cleaner. Single point for color rather than each individual location we set a placeholder.