I have an ipad app, that as user does some actions, uitextfields and buttons, appear and disapear from the view [working fine]
[cancelBtn setHidden: true];
[lblOption setHidden:true];
the question is if there is some way to animate when they appear and disappear, like a transition, transparent alpha to the button for example,
thanks a lot!
Yes. For instance:
See the View Programming Guide for iOS for details.