uibutton - ios uitextfield and button transition to appear/ disappear -
i have ipad app, user actions, uitextfields , buttons, appear , disapear view [working fine]
[cancelbtn sethidden: true]; [lbloption sethidden:true];
the question if there way animate when appear , disappear, transition, transparent alpha button example,
thanks lot!
yes. instance:
[uiview animatewithduration:1 animations:^{ cancelbtn.alpha = 0; }];
see the view programming guide ios details.
Comments
Post a Comment