A modal view controller is a mechanism for managing a modal view, i.e. a view that assumes logical control of the user interface until the modal view is dismissed.
1
vote
1answer
29 views
UITextView showing text in Modal View
How can I show new text in UITextView in modal?
So, here is the text, and I have 2 views, main and modal. I need to display text, which was set in main view, in modal. The TextView in modal was ...
0
votes
1answer
12 views
IBOutlets deallocated after modal view controller
I have a couple of IBOutlets in my ViewController class, declared like this:
@property (nonatomic, retain) IBOutlet UILabel* labelHostStatus;
@property (nonatomic, retain) IBOutlet UIButton* ...
-1
votes
1answer
42 views
Warning: Attempt to present UIViewController on UISplitViewController which is already presenting UIViewController [closed]
So I am getting the Error: Warning: Attempt to present UIViewController on UISplitViewController which is already presenting UIViewController
I am using a split view controller and presenting a view ...
0
votes
2answers
19 views
Modal View's toolbar is obscured. MFMailComposeViewController
I am trying to bring up an Email Window in my application, however the top toolbar that is suppose to have Cancel and Send is being obscured by the navigation controller.
I believe the reason is ...
0
votes
1answer
29 views
Clarification on prepareforsegue and presentModalViewController while using Storyboard
I have an app with a LoginViewController as the initial view.
Note: So in appDelegate.m, self.window.rootViewController is NOT the TabBarController.
After Auth, I present the main part of the app, ...
0
votes
1answer
58 views
Attempt to present modal VC on VC whose view is not in the window hierarchy
I have a storyboard that looks like this:
This is how it works: the InitialSlidingViewController instantiates the Navigation VC as the topViewController as follows in its .m file:
...
0
votes
1answer
30 views
iPad Modal “Log In” View
I've never developed for the iPad before (just iPhone) and there are some views you see on an iPad that you cannot do on an iPhone. Specifically, I'm trying to create a modal 'login/register' type ...
0
votes
1answer
32 views
Unwind segue not being triggered
Hello i have a storyboard that has a starting view controller that presents other Modal view controllers.
Say view controller A is the startingViewController, and view controller B is the modally ...
1
vote
4answers
63 views
Presenting Modal View Keeps on Failing
I keep getting this warning and no matter what I try I'm not sure how to resolve it.
Attempt to present <LoginViewController: 0x1f0b5010> on <ViewController: 0x1dda1670> whose view is not ...
1
vote
2answers
35 views
How to push a viewController before dismissing modal view controller with Storyboards?
While trying out storyboards for one of my projects I came across something for which I don't have a good solution;
I have a navigation-based application which shows a UITableViewController. The ...
0
votes
1answer
19 views
how to get previously selected tab after dismissing modal IOS
I have an application using UITabBarController. There are 5 tabs (tab1, tab2, cameraTab, tab3, tab4). When user taps on middle tab , the modal view will appear hiding the TabBar (in my case camera - ...
2
votes
1answer
32 views
Maintaining orientation of parent view after modal view has been presented with different orientation
So I am developing an iPad app that supports only landscape mode except for on one modal view controller. The issue I am having is that once I present the modal view and change the orientation to ...
0
votes
1answer
59 views
ios: how to dismiss a modal view controller and then pop a pushed view controller
I have a view controller B that is pushed onto the navigation stack by root view controller A and this view controller B needs to display an alternative view if its model is in a certain state so it ...
0
votes
1answer
31 views
Dismiss modal view and call initial view controller
this is my problem.
I have a tab bar, in the last tab I load a modal view. When I dismiss the modal view the app returns in the last tab of the tab bar. But instead I'd like that the app returns on ...
0
votes
2answers
31 views
Dismissing a modal view controller
I have added code to my didFinishLaunchingWithOptions method to open a specific view when opening the app from a notification. I've added a "dismiss" button to the navigation bar for that view. I'm ...
0
votes
1answer
56 views
Moving to another page after success in login xcode
I am trying to move to a page after a successful message from my server for a basic login application. Currently when I get a successful log it moves to a black screen like its looking a view ...
0
votes
1answer
23 views
Best way of Laying out menu screen IOS
I currently have a menu screen that is presented as the root view on loading the application. Selecting the new Character option causes a modal view to be presented with character specific features ...
1
vote
2answers
57 views
Place button outside Modal View Controller
I would like to add a close button outside the bounds of the modal view controller which I am presenting on an iPad app.
I tried adding a button normally via storyboard, via coding, but the ...
1
vote
1answer
71 views
Apple's point of view on UIScrollViewController?
I am trying to have an application that occasionally uses a UISplitViewController for some editing and other operations. I figured out that I am not allowed to push/modal SplitViewController on a ...
0
votes
3answers
49 views
dismissViewControllerAnimated: completion: has no effect
Has anyone seen this before? In the iPad simulator, I have an About view controller. I want to present it modally, and have the user click a close button.
To complicate it a bit, I have a main View ...
0
votes
0answers
36 views
orientation issue when view controller is presented modally over a view controller presented as modal
I have viewcontroller which is presented modally, i.e say vc
VC.modalPresentationStyle = UIModalPresentationFormSheet;
[self presentViewController:VC animated:YES completion:nil];
And I have a ...
0
votes
2answers
47 views
How get class of parent view controller
I have a view controller A that presents has a modal segue which presentes a UINavigationController which has as root view controller another view controller B.
How to know the class of view ...
0
votes
0answers
33 views
Parent Controller automatically focused when Modal View Controller is rotated
I am trying to handle orientation changes when my Modal view controller is on screen. My all methods are called on modal controller perfectly when orientation changes, but after that Parent controller ...
0
votes
0answers
11 views
How do I push a view controller from within the child view of Uitabbarcontroller (not modally)
I created an application based of of the UITabBarController. Within on of the Views that resides in the TabBarController, I have a button, I would like the button to open another view (one that I don ...
0
votes
1answer
58 views
Game Center authentication Handler will not dismiss Game Center login modal view controller
Got Game Center authentication working but when the Game Center 'Welcome' view controller appears in the view it will not dismiss. Hit cancel, the cancel action is sent but the view controller remains ...
0
votes
0answers
20 views
Uipopover hides when top view controller presented modally, gets dismissed
Can anybody help me in this situation is like this:
1) Application is in active state and there is a complex navigation stack, modal views and popover displayed from rect.
2) application sent to ...
0
votes
0answers
98 views
Xcode iOS 6 modal view shouldAutorotate and supportedInterfaceOrientations not working
I wrote this part of code in appDelegate class to control the orientations of my application.
- (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow ...
1
vote
1answer
72 views
ipad modalviewcontroller when dismissed does not go to the viewdidappear of the mainviewcontroller
Hi I have a modalview controller that pops up on the main menu after the user successfully logs in. This is used for additional roles that needs to be saved on the userdefaults. The modal gets ...
-1
votes
1answer
89 views
Why is modal presentation form sheet not being displayed as expected?
I'm just trying a really simple example here as I start to delve into iOS development for ipad.
I'm creating a split view and immediately trying to present a modal form sheet.
Should be really basic.
...
0
votes
1answer
18 views
dismiss multipleViewControllers in iOS 5 and above?
I've an app which consists of a UITabBar with three views one of which is a UITableVIew. The first view that loads when the app boots is a UIView held within the UITabBar view. This view is a form for ...
0
votes
1answer
67 views
Create and Present modal view controller programatically
I am trying to programatically declare a modal view controller from a view controller launched using storyboard. I would expect to see a blank view coming up but instead I only see the webview from ...
3
votes
2answers
110 views
Best way to pass data from Child Modal VC to the Parent View Controller?
What is the best way to pass data from a child modal view to the parent view controller?
I have a Child Modal Login Screen on my iPad app that I want to pass back user information to the parent Split ...
0
votes
0answers
98 views
Modal view size is resized or shrinked in iOS 6 but not iOS 5
My modal view is resized and the toolbar is in the middle of my modal view and my buttons are outside the view only in iOS 6 but the same code is working well in iOS 5.
here is my code snippet:
...
0
votes
0answers
64 views
Modal ViewController with custom transition = wrong animation
In my application it's possible to open a video from pretty much everywhere. The video player a UIViewController subclass which contains an MPMoviePlayerController and is presented on the ...
0
votes
1answer
27 views
How to compensate for hidden status bar in modal view over tabbed nav view
I have a UiTabbar controller with 4 views. I Also have a button that I added (to the tab bar). That presents a modal view controller. in the viewDidAppear method of my modal view controller I have the ...
0
votes
0answers
78 views
iOS: `wantsFullScreenLayout` does not work for iOS 4
I have a non-fullscreen view controller, which can present a landscape fullscreen modal view controller, in the fullscreen modal VC, I set it to wantsFullScreenLayout in viewDidLoad, but it does not ...
0
votes
0answers
39 views
iPad center custom modal view
I have an application with custom modal view controller and this controller is inside navigation controller here is my code:
CalendarViewController *calendarViewController = [[CalendarViewController ...
0
votes
1answer
38 views
How to pass reference to object to a modally presented view controller that is contained inside a navigation controller?
I'm having an issue passing a reference to a my data object. The presenting view controller has a reference to the data object. The modal view controller is hooked up to a navigation controller, and ...
0
votes
2answers
256 views
Modal View Controller loading with black background
I have seen a few of these issues by searching but mostly relating to storyboards.
I am simply pragmatically creating a modal view controller. It is actually for the use with reachability, once the ...
0
votes
2answers
44 views
How to break chain of navigation controllers
In my project I have following chain of navigation controllers
Home controller -> Table View controller -> Page View Controller
Now in Page View Controller after all the pages are viewed at ...
0
votes
0answers
54 views
Rotation issues with UIActivityViewController in iOS6
I saw some questions about this issue but I couldn't see any real solution in code for it. When my app open this UIActivityViewController to share a snapshot, my app start to work with a wrong ...
0
votes
1answer
44 views
Ios How to a add a button to my TabBarController then trigger the presentation of a modal view from it
I have a UITabBarController bassed app. I'm instantiating it from the app delegate and adding a custom button in the tab bar controller. when that button is clicked, I want to present another view ...
-1
votes
1answer
32 views
How to modaly present a view to choose UIImagePicker sourceType?
What I need to do is present this half modal view with buttons before presenting the UIImagePicker Controller, as in the picture below:
I believe all the apps in the world dealing with ...
0
votes
0answers
129 views
Dissmissing modal view controller with custom animation/transition
I have got a UITableViewController subclass.
When contentOffset of a tableView is -100 I attempt to apply some animation to the tableView and then dismiss it modally with animated set to NO.
What ...
1
vote
6answers
291 views
How to identify that an UIViewController is presented
I have created an UIViewController sub class which can either be pushed in a navigation stack of a UINavigationController or presented(modally) from any UIViewController. I need to identify whether my ...
0
votes
0answers
59 views
Presenting a modalViewController with XIB files, but the application crashes
I tried to present a modalViewController in my View, but it crashes everytime. I tried a lot to do a new project and try it again but everytime the application crashes and the error "Thread 1: signal ...
0
votes
3answers
184 views
View partial over navigationBar (Feedly app like)
I have a UITableView that can be ordered with filters.
Instead of using a modal view i wanted to just make an animation of a view comming from the left of the screen and partially covering my ...
2
votes
2answers
136 views
Strange crash when presenting modal UIViewController
I've seen this crash report a few times. It is extremely random and rare, and I can't understand it. All I am doing is presenting a modal view controller using the following code
ComposeController ...
0
votes
4answers
95 views
How to create a modal view , for application launch in iOS?
How could i create a modal view , maybe from the delegate to check if its the first time the application launches and show a modal view with a dismiss button , in order to inform the user about ...
0
votes
0answers
13 views
How to load UINavigationController Views from a ModalView
I have a navigation controller with three UIViewControllers in it (A,B,C). All having push segue. I have one login UIViewController (Z) having segue with A as modal segue. I have three buttons (b1, ...




