catransition
Customise UINavigationController animation: CATransition
I have an UINavigationController. I made VC1 the rootViewController and programatically load VC2 from VC1 and then have the custom animation to go from VC1 to VC2. Standard. Everything is fine and goo[详细]
2023-04-11 12:42 分类:问答How do I slide - animate a UITableView in a view
I want to slide a UITableVIew into a view开发者_Python百科 (NOT by pushing the view on top of Navigation Controller) on click of a button and then hide it back by sliding , on clicking of the same but[详细]
2023-04-03 21:55 分类:问答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 分类:问答Create CATransition for UIView from current state
I\'m trying to make a push animation from one side using a CATransition.I do this in method which handles two UIViews, one for the background and another for the foreground.The animated UIView is be t[详细]
2023-03-29 06:14 分类:问答how does the CATransition work?
i have two views,one is aV开发者_StackOverflowiew,another is bView, there is a button on aView,i click the button ,i will jump to bView,please see the code[详细]
2023-03-26 06:20 分类:问答How to restrict CATransition to a specific view instead of the whole view?
My CATransition code is working fine, but I need that animation limited in width so how to manage this Animation or how to restrict CATransit开发者_如何学编程ion to a specific view?It isn\'t clear wha[详细]
2023-03-24 11:50 分类:问答Compare existing tableview row number to new tableview row number
I am trying to implementpageCurl or pageUnCurl functionality into a splitviewcontroller app. Basically I need to keep track of which row in a tableView is popping a new view so that it will curl or un[详细]
2023-03-13 14:05 分类:问答CATransition in AppDelegate - didFinishLaunchingWithOptions
I\'ve imple开发者_如何学运维mented this code in another app, and it worked great. Now, the same code is not working here (I am importing QuartzCore framewok)... The log message IS called. Could anyone[详细]
2023-03-13 02:05 分类:问答CATransition Lag on Older Devices
I am developing an application that uses CATransition to improve the transition effects between different subviews on a view controller. The transitions work very well when I am testing them on my iPo[详细]
2023-03-03 18:53 分类:问答Animating CALayer of UIView to round corners
I\'m trying to animate the rounding of the corners of my view.The cornerRadius property is listed as animatible, but I can\'t seem to get it to work.I actually can\'t get any of the other properties t[详细]
2023-03-03 12:11 分类:问答