Top "Catransition" questions

The `CATransition` class implements transition animation for a layer.

Push Up View Controller from Bottom using Swift

I would like to push a view controller using Swift and animate it so it appears from the bottom and …

ios swift animation catransition
Linker command failed with Undefined symbols for architecture i386

i am trying to do the half page curl feature. This is the code I am using: #import <QuartzCore/…

iphone ios4 catransition page-curl
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
how does the CATransition work?

i have two views,one is aView,another is bView, there is a button on aView,i click the button ,…

objective-c catransition
Swift Unable to present view controller from top to bottom

In my application I have to present the screen from Top to bottom and I have tried below code its …

ios swift swift3 catransition
dismissModalViewController with transition: left to right

I was using a nice method to dismiss my modal view controller: [self dismissModalViewControllerWithTransition:2]; which makes a slide transition from …

iphone animation uiviewanimationtransition catransition