iOS 11 public beta 9 : UITextField textcolor can't be changed when no keyboard -
i developing app required change text colour of uitextfield. wrote following code it.
-(ibaction)changedsegment:(uisegmentedcontrol *)segment{ uicolor *color = arrcolors[segment.selectedsegmentindex]; txtdemo.textcolor = color; }
it working fine in ios 10. in ios 11 beta 9, when keyboard hidden (resigned responder), text color can't changed.
Comments
Post a Comment