I have subclass the UITextField class and did the below code
- (void)drawPlaceholderInRect:(CGRect)rect { [self.placeHolderTextColor setFill]; [self.pl
Because you have set yourTextField.borderStyle = UITextBorderStyle....