uiviewanimationtransition
iOS - flip animation, small to large
I am trying to simulate the flip animation seen in the iTunes iPad app. On the main Featured page, if you tap on one of the small posters in the New Releases list, it will flip open to show all the de[详细]
2023-04-09 23:40 分类:问答UIView transitionWithView doesn't work
Here is viewDidLoad from the main view controller in the test project: - (void)viewDidLoad { [super viewDidLoad];[详细]
2023-04-09 11:53 分类:问答iOS UIView transition not smooth?
I used the following code to show animation during transition: CATransition *animation = [CATransition animation];[详细]
2023-04-09 11:06 分类:问答UIView transition animation does not work with transitionWithView:duration:options:animations:completion method
In iOS Documentation usage of beginAnimation-commitAnimation is discouraged. So for animations and transitions there are new methods that make use of ^blocks. However when I use transitionWithView:dur[详细]
2023-04-06 07:03 分类:问答UIView transitionFromView animate flip with different view sizes?
I have a small view and a big one, and want to flip animate between them, as a selection toggle (on a different button). I am using the UIView transition block method, a开发者_JAVA技巧nd the flip is a[详细]
2023-04-03 22:33 分类:问答Slide up UIView using kCATransitionPush
I am trying to have a UIView slide up a quarter of the page to reveal another view underneath it (to display options), and then slide back down to cover those options.I\'ve searched SO relentlessly bu[详细]
2023-04-01 04:55 分类:问答How to delay flipping a UIView containing an updating UIButton having a gradient background
I have two views that flip based on a button press within the view. T开发者_运维百科he view has two CAGradientLayers as sublayers. If I flip immediately after the action method fires, the button is in[详细]
2023-03-26 01:04 分类:问答UIModalTransitionStyle Partial Curl from both corners (or equivalent) possible?
I\'m trying to create a custom view-controller. In this controller, the main view has to开发者_运维知识库 be able to curl up (modaltransitionstylepartialcurl) from both the bottom-right corner and fro[详细]
2023-03-19 14:26 分类:问答iOS/Objective-C: transitionWithView custom animation block resizes view immediately, not over duration
The following code is a method I created inside a UIViewController to popup/down a \"reader\" overlay on top of the controller\'s own view. The intention is for the reader to begin as transparent, siz[详细]
2023-03-19 06:13 分类:问答Is there a full pagecurl? Updated
Ok, so开发者_如何学运维 I really like the pagecurl effect, only one problem, when sending feedback email from within the app, the partialPageCurl covers the cancel button and most of the send button f[详细]
2023-03-18 17:07 分类:问答