ios - UIView popup and textField -
hi have problem textfields , setanimationduration when hit text comes
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
Post a Comment