iphone - UITextField not editing properly -


I have 3 UITextField s that was dynamically placed below:

  if (an avestroasting: @ "1") {UITextField * t = [[UITextField alloc] initWithFrame: CGRectMake (20,20,20,20)]; T.text = s; T.delegale = self; [Scrolledview: t]; } If (Aevstrrastaging: @ "2") {UITextField * t = [[UITextField alloc] initWithFrame: CGRectMake (20,20,20,20)]; T.text = P; T.delegale = self; [Scrolledview: t]; } If (Aevstrrastaging: @ "3") {UITextField * t = [[UITextField alloc] initWithFrame: CGRectMake (20,20,20,20)]; T.text = r; T.delegale = self; [Scrolledview: t]; }   

My problem is in the didBeginEditing of these text fields, I have written errT.hidden = yes;

This is my code, but I am unable to edit those textfields and I have to delegate it to the representative. H

. What to do?

== t) {err.hidden = YES; }}

Try it out:

  A Avalastreasting: @ "1") {.... ttext = @ "s"; ....} if (a avestratrosting: @ "2") {.... ttext = @ "p"; ....} if (a avestratrosting: @ "3") {.... ttext = @ "r"; ....}   

Hope, it will help you.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -