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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -