ios - UIView popup and textField -


hi have problem textfields , setanimationduration when hit text comes

https://vid.me/du50

and code

-(ibaction)open:(id)sender{      [uiview beginanimations:nil context:nil];     [uiview setanimationduration:0.5];     [uiview setanimationdelay:0.0];     [uiview setanimationcurve:uiviewanimationcurveeaseinout];      view1.frame = cgrectmake(0, 63, 320, 568);  } 


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -