The `CATransition` class implements transition animation for a layer.
I would like to push a view controller using Swift and animate it so it appears from the bottom and …
ios swift animation catransitioni am trying to do the half page curl feature. This is the code I am using: #import <QuartzCore/…
iphone ios4 catransition page-curlI have a side navigation controller and present it via a UIButton. When I make this NC the root view …
ios uiviewcontroller uinavigationcontroller uiviewanimationtransition catransitioni have two views,one is aView,another is bView, there is a button on aView,i click the button ,…
objective-c catransitionIn my application I have to present the screen from Top to bottom and I have tried below code its …
ios swift swift3 catransitionI was using a nice method to dismiss my modal view controller: [self dismissModalViewControllerWithTransition:2]; which makes a slide transition from …
iphone animation uiviewanimationtransition catransition