Questions tagged [uikit-transitions]
18 questions
0
votes
1 answer
Cross-dissolve transitions interfering with page curls on UIPageController pages
I'm cross-dissolving between images on the pages of my UIPageController subclass. It is possible for a page to be turned while the transition is being applied. On occasion, the page being turned will become transparent mid-flip until the…

kid_x
- 1,415
- 1
- 11
- 31
0
votes
1 answer
How to do a view controller transition where the selected view stays in place and fades out
I am interested in doing a transition where it is a standard push transition but that the fromViewController will persist the selected UIView over the top of the toViewController while the toViewController slides into place. I have tried to mock…

timpone
- 19,235
- 36
- 121
- 211
0
votes
1 answer
setBackgroundImage:forState: animation/transition?
I'm using setBackgroundImage:forState: like so to tint the color of my background images for various states:
[myButton setBackgroundImage:genericImage forStates:UIControlStateNormal];
[myButton setBackgroundImage:buttonBackgroundPressed
…

brandonscript
- 68,675
- 32
- 163
- 220