Specifies a transition to apply to a `UIView` in an animation block.
Questions tagged [uiviewanimationtransition]
407 questions
0
votes
2 answers
View transitions slowed down on adding OpenGL view
Facing a really, really weird problem with an OpenGL View we are using in our app to perform some custom animations. As soon as the Open GL View is added into the project, all native View animations slow down. And by slow down I don't mean a drop in…

Dev Kanchen
- 2,332
- 3
- 28
- 40
0
votes
1 answer
ios : change window.rootViewController and memory management
I'm facing the following problem : My app has two main controller (a)loginController and (b) contentController, when the app is launched I check if the user is logged in if yes I show the contentController otherwise I show the login controller. So…

oiledCode
- 8,589
- 6
- 43
- 59
0
votes
1 answer
With Modal Partial Curl, I want to reverse the animations. How would I do this?
With the default presentation modal partial curl segue from one view to another, I would like to reverse the animations. So that, instead of lifting a page to reveal the second view, a page falls down on top of the first view and reveals the second…
user748176
0
votes
1 answer
Animating UITableView replacement - not showing data until animation complete
I have UISplitViewController, that displays a UITableView in the master view, and also in the detail view.
When the user selects an item in the master view table, I reload the table in the detail view, and I would like to animate this with a page…

Snips
- 6,575
- 7
- 40
- 64
0
votes
2 answers
UIView animation like speech bubble
i am developing a app and it has this button call menu. When i click that button it addsubview the menu view to the main view. But I need to add it like comming out from the button. Like speech bubble.
Here is a sample image i take from some iphone…

Sameera Chathuranga
- 3,638
- 3
- 27
- 48
0
votes
2 answers
How to commit a UIButton state change before starting other UIView animations?
I have a UIButton which fires a target action causing one view to transition to another on touchupinside.
When this happens the I also change the button's state to selected but the (different) background image for the selected state doesn't actually…

astoffel
- 5
- 1
0
votes
1 answer
IOS Transition between child viewControllers on same screen
I am trying to get the new IOS 5 Container viewControllers working properly but I am having an issue animating between them.
I have a "rootViewController". In this controller, I have added 2 child view controllers. This functions almost like a…

Chris Kooken
- 32,730
- 15
- 85
- 123
-1
votes
1 answer
View controller after transition is fitting its contraints to size class instead of device
First of all, I followed this tutorial: https://www.youtube.com/watch?v=B9sH_VxPPo4 and then I used this transition in a real project where I work, but since then I am facing a problem with it. A problem that I can't quite understand why it is…

rubenspessoa
- 15
- 2
- 7
-1
votes
1 answer
Custom flip animation segue - Swift 3
My goal is to perform a flip-animation from view1 to view2 and vice versa.
I only want to flip the views not the whole viewController
Set up as follows:
i have a view controller (fromViewController) in my storyboard embedded in a…

user1895268
- 1,559
- 3
- 11
- 23
-1
votes
1 answer
Custom View Controller Transitions xcode8
I'm trying to make custom view transition following this tutorial. Here is my code
class ItemsTableViewController: UITableViewController, UIViewControllerTransitioningDelegate {
let customPresentAnimationController =…

Vah.Sah
- 522
- 1
- 6
- 21
-1
votes
2 answers
Drop down in swift
All,
I want to create a drop down that stores UIScrollViews etc
I have done a lot of this by using the animation block - from x = 30 to x = 400 , so it brings the box down. when the success block runs, it turns the UIScollview from hidden = false…

Jason
- 1,057
- 3
- 13
- 31
-1
votes
2 answers
"Chase" current view off screen with "Next" view in android (overridePendingTransition)
My current android application has a requirement to have the "Next" screen slide up from the bottom of the screen as the current view slides out from the top.
I can achieve this effect with anim and overridePendingTransition.
However i want the…

Hector
- 4,016
- 21
- 112
- 211
-1
votes
2 answers
Android Transition of layouts from left and Right
I have a requirement that when i call next activity i want to do transitions of layouts.
The current layout should move to the left and next or the new view should move right like in an HDFC Mobile Banking application…

user2353878
- 3
- 3
-2
votes
1 answer
UIView transition problem from bottom to up
In my application I want to animate a view from bottom to up in override func viewDidLayoutSubviews(). So far I have done this way to transit the view from bottom but in different device it is showing different UI. UIView transition is working but…

Emon
- 452
- 3
- 11
- 21
-2
votes
1 answer
Using a single UIViewController for a quiz questions
I am building a Quiz app and got most of it done.
I want to use a single UIViewController for all the quiz questions, my issue is I'm not sure how to move or transition from one question to another using the same UIViewController.
So, if I have this…

zardon
- 1,601
- 4
- 23
- 46