The UIModalTransitionStlye is a enum created by Apple to set the transition style of the ViewController when "modally" presented.
0
votes
1answer
124 views
Modal/menu sliding in from the top
I'd like to create a menu sliding from the top with a list of options.
More specifically, when the user clicks the navigation bar, I would like that a kind of modal view will slide from the status bar ...
0
votes
0answers
43 views
Push modal transition
I have following hierarchy:
navigation controller->root view controller->tab bar controller->navigation controller->tab child view controller
If I use push segue between tab bar controller and second ...
0
votes
0answers
89 views
MapView doesn't update with change in Modal View Controller
In my iPhone application, I have two viewControllers first view has mapView, I did Curl animation using ModalTranistion(UIModalTransitionStylePartialCurl), and on the Modal view(second ViewController) ...
7
votes
2answers
2k views
UIModalPresentationCurrentContext with Transition?
I am trying to modal present a view controller like below:
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil];
UIViewController *vc = [storyboard ...
1
vote
1answer
360 views
How to fix the UIModalTransitionstyle issue on ios6?
I am using the following code for UIModalTransitionStyle view in my application when i click the button
InfoViewController *infoViewController = [[InfoViewController ...
1
vote
1answer
74 views
How to make transition from RootController to DetailController UITableview iphone sdk
I have a UITableView with some Cells.
I don't use NavigationController, so I'd like to use UIModalTransition to Switch from RootController, my TableViewcell, to my DetailView, but want to add a ...
1
vote
1answer
128 views
How can i implement a UIModalTransitionStylePartialCurl in storyboard with Xcode 4.3?
I try this:
ViewController.h
@class SecondView;
@interface Introduccion : UIViewController{
SecondView *second;
}
-(IBAction)AnimatecreditsPage:(id)sender;
@end
ViewController.m
...
0
votes
1answer
200 views
UIModalTransitionStylePartialCurl acting strange with subclassed elements in iOS 5
I have a UIModalTransitionStylePartialCurl which is acting funky. My views UILabel and UIButton animate as if the labels frame is being changed all the time.
In iOS 4 or 6 it works statically. I've ...
0
votes
1answer
134 views
Go back with UIModalTransitionStyle
That's what I'm trying to do: I have a navigationController based app and many different views. Let's say that on the third view, I want to view the view 4 using UIModalTransitionStyleCoverVertical. ...
2
votes
1answer
361 views
Status Bar Background during UIModalTransitionStyleFlipHorizontal
Attached are a few screenshots from my app in the midst of UIModalTransitionStyleFlipHorizontal
I have changed the statusbarstyle to Black in info.plist and I have set the background color or ...
0
votes
0answers
107 views
UIModalViewController custom animation with resize
I want a custom presentation animation for UIModalViewController. I used a category on UIModalViewController from this thread here but having some issues. For example my viewController ...
0
votes
1answer
239 views
iPad Animation of modal view controller from table cell
So I'm creating an iPad app that displays images in a UITableView and when when a row/image is selected it pushes another view controller that plays a video in full screen. This is all working ...
0
votes
0answers
295 views
UIModalTransitionStyleCrossDissolve slow performance
I have noticed, when I am using my app specifically on the iPhone 4 and below (including iPod Touch) that the transitions (UIModalTransitionStyleCrossDissolve) is a bit laggy. Is this regular for you ...
0
votes
1answer
103 views
TransitionStylePartialCurl Not working with ios 4.3
UIModalTransitionStylePartialCurl is not working with ios 4.3, but when i have exactly the same code,it works with ios5.
ViewController *infoView = [[[ViewController alloc] init] autorelease];
...
0
votes
0answers
210 views
How to change UITabBarController's modalTransitionStyle in iOS?
I used UITabBarController in my apps. I want to use modalTransitionStyle for UITabBarController.
I have three Views in UITabBarController with following codes.
self.tabBarController.viewControllers ...
0
votes
1answer
568 views
Can not change UIModalTransitionStyle to anything but CoverVertical
I am trying to use a modal transition to change views in my app, and for some reason I can't use any transition style other than UIModalTransitionStyleCoverVertical. I'm making an app with a very ...
0
votes
2answers
574 views
Display two modal view controllers one after another with different transition styles between them
I'm presenting a modalViewController with UIModalTransitionStyleCoverVertical and then, when the user selects a row of this modalView, I present another modalView as follows:
- ...
0
votes
2answers
164 views
Show View Controller Modally on First Startup
I'd like to have a view with instructions on how to use my app show up on the first time the app is opened. I have handled the problem of the only showing this view on the first startup using ...
1
vote
2answers
6k views
presentModalViewController from UIModalTransitionStylePartialCurl viewController
I have a modal view that is presented via UIModalTransitionStylePartialCurl transition. In that modal view there is a button, which I would like to:
dismiss the current modal view (curl down), then
...
6
votes
2answers
580 views
UIModalTransitionStylePartialCurl causing UIButton text to animate
I've got a UIView that gets used in a modal view using the UIModalTransitionStylePartialCurl transition style when it appears. This UIView includes a UIButton. The odd thing is that whenever the view ...
1
vote
2answers
326 views
iOS: Using modal pageFlip makes strange cell animation in UITableViewController
I wanted to show a Settings view, so I figured I could use the pageCurl modal style. I have a UIViewController that I am presenting from:
Settings *settings = [[[Settings alloc] ...
1
vote
0answers
179 views
Issues with Custom Tab Bar when using UIModalTransitionStylePartialCurl
I've added a custom tab bar which works well however when i present another view modally using UIModalTransitionStylePartialCurl the image for the tab bar continues on. Image below:
I've added the ...
2
votes
1answer
554 views
Is there a way to adjust a UIModalTransitionStyle speed/duration?
I want to use UIModalTransitionStyleFlipHorizontal, but just have it happen a bit quicker.
Is this possible?
0
votes
1answer
558 views
Animating the transition of a subview in Cocoa Touch
I have a view with a subview in it. The subview will contain other views.
When the user clicks on the menu on the left side, the contents of the subview will be switched: the current view will be ...
1
vote
1answer
709 views
UIModalTransitionStyleFlipHorizontal doesn't work
I try to change the modalTransitionStyle property of my modal view. Every style work except for FlipHorizontal. If I choose this, nothing happens.
I have an UINavigationController which should be ...
0
votes
1answer
372 views
Change the style of transition from view to view
i currently use that method to transition between view1 to view2:
-(IBAction)goToView2{
view2.modalTransitionStyle=UIModalTransitionStyleCoverVertical;
[self presentModalViewController:view2 ...
1
vote
4answers
428 views
How do you present a UIViewController from the top of the screen instead of the bottom?
I am using a UIViewController and I use presentModalViewController:controllerr animated:YES to present it but I would like if it would slide down from the top of the screen instead of up from the ...
2
votes
1answer
805 views
Opening a new UIVIewController by first deactivating UIModalTransitionStylePartialCurl
I have three UIViewControllers: MainViewController, CurledViewController and SecondayViewController.
On MainViewController I have one UIButton in the MainViewController that displays the ...
0
votes
2answers
136 views
how to switch view with a part of screen
I have a navigation bar on the top and a tab bar on the bottom. Then I place a info light button on the navigation bar. My task is press the info button to switch the middle area to another view and ...
4
votes
2answers
827 views
UIModalTransitionStyleFlipHorizontal animation duration?
What is the default value of (NSTimeInterval)duration for UIModalTransitionStyleFlipHorizontal, which is related to -[UIViewController presentModalViewController:animated:]?
1
vote
1answer
2k views
What is difference between UIModalTransitionStyle and UIModalPresentationStyle?
For UIViewController, we have UIModalTransitionStyle and UIModalPresentationStyle
Question is what is the difference of them ?
1
vote
0answers
401 views
Can a view inside a navigation controller (inside a popover) use a flip transition?
I'm not sure it's possible to do this. I have an iPad popover that hosts a navigation controller. I'd like to do an iPhone-standard flip-to-backside for something in that view, and have the contents ...



