Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

fenrus110

macrumors regular
Original poster
I'm wanting to change the text color for the placeholder (it's using the default light grey). Is this even possible?
 
I add to my class
But I don't know how I can change color here.
Please. help me 🙁

Code:
@implementation UITextField (reverse)

- (void)drawPlaceholderInRect:(CGRect)rect{
   //What I must add here?
   [super drawRect:rect];
}

@end
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.