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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -