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 -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -