xcode - iOS UIText Field Place holder font size/style -


anybody know of way can set font size placeholder in uitextfield?

thanks

you can programmatically setting value key @"_placeholderlabel.font"

[self.input setvalue:[uifont fontwithname: @"american typewriter bold" size: 20] forkeypath:@"_placeholderlabel.font"];


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -