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

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

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