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
Post a Comment