I have an application in which I need to
add a subview to a view with presentmodalview type animation
But in
CATransition
I didn't find any type of transition like that. Also in
UItransitionstyle
Can anybody guide me on this?
|
I see there are many answer's already posted. This one, if you only want to use CATransition
|
|||
|
Change the frame of the subview insite the initially set the
then set the required frame position inside the animation
|
|||
|
Try to use
You change the animation duration according to your convince. Also you can use following:
or
Please check the UIView class reference for animation option in Hope this helps |
||||
|
Try this code
For more info check these links i Hope it works for you. |
||||
|