Top "Uiviewanimationtransition" questions

Specifies a transition to apply to a `UIView` in an animation block.

Add Slide In from Left to Right animation(transition) in addSubView

I Try to imitate the NavigationViewController, very similar to default MailApp in iPhone When clicking on a Mail summary, it …

ios iphone objective-c uiviewanimationtransition
How to flip an individual UIView (without flipping the parent view)

This is an iPad project where I have a UIView with several subViews, and I am trying to animate one …

objective-c ios uiviewanimation uiviewanimationtransition
show animation when addsubview

I want to add a subview with animation. I am using add sub view so it is not showing any …

animation addsubview uiviewanimation uiviewanimationtransition
UIView.animateWithDuration Not Animating Swift (again)

Note: I’ve already checked the following stack overflow issues: 27907570, 32229252, 26118141, 31604300 All I am trying to do is fade animate in …

ios swift uikit uiviewanimation uiviewanimationtransition
UIViewController – issue with custom dismiss transition

Summary I have a content UIViewController that presents a settings UIViewController using a custom transition. The presentation is with presentViewController:…

ios uiviewcontroller uikit uiviewanimationtransition
How to show/hide a UIView with animation in iOS?

The main UIView contains two subviews - UIView_1 and UIView_2. In the UIView_2, there is a button to show or …

iphone ios ipad uiview uiviewanimationtransition
How to add image with parallax effect above UITableView header and keep header sticky?

Here is an image that explains everything I want to do: My question is, how would I make my view …

ios swift uiviewanimationtransition catransform3d uiview-hierarchy
iPhone SDK 4 "Half curl page transition"

In Steve Jobs' keynote announcement of the iPhone SDK 4 earlier this year, one of the slides showed that a "Half …

iphone cocoa-touch ios4 uiviewanimationtransition
View being blocked by UITransitionView after being presented

I have a side navigation controller and present it via a UIButton. When I make this NC the root view …

ios uiviewcontroller uinavigationcontroller uiviewanimationtransition catransition
UIViewController transition - objective-c

I have UIViewControllers A and B, they are allocated in AppDelegate. I need to apply transition to them. How to …

objective-c ios uiview uiviewcontroller uiviewanimationtransition