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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -