Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
108 views

Present modal and dissmissing view contrroller not working properly

I have a main view. From that main view I show a modal view (MV1). MV1 show another modal View (MV2). *mainview coding:- MV1 *MV1obj = [[MV1 alloc]initWithNibName:@"MV1" bundle:nil]; ...
6
votes
1answer
280 views

PresentModel View Controller Problem

Hi Every one I have have a problem with present model view Controller. Here's the scenario: This is navigation bar application I have a UIViewController class in which I add another class of UIView ...
6
votes
3answers
4k views

Showing pushviewcontroller animation look like presentModalViewController

Is it possible to show pushviewcontroller animation look like presentModalViewController but that has background functionality of pushviewcontroller? Regards, sathish
4
votes
0answers
790 views

PresentModalViewController or addsubview?

Hi I am writing an app in xcode 3.2.3. All I want to do is switch to another view but I am unsure of the best way to do this. I can do it either of these 2 ways... PreferencesViewController *screen = ...
3
votes
1answer
52 views

iOS 5: Twitter composer view appears slowly

I have a question about presenting the TWTweetComposerViewController as a modal view in iOS 5. I use the apple sample code as below to implement a tweet method in my app. -(void)tweet { //Using ...
3
votes
2answers
1k views

In photoscroller app (iPhone WWDC-104 Photos App) uiscrollview images shift to right when called using presentModalviewController

I have seen the WWDC-104 video showing UIScrollView for photos. I have downloaded the Sample code too. In my app the Structure is as follows, (Root Class)Class A ---> Class B -----------> ...
3
votes
1answer
745 views

iPhone - dismiss parent modal view

I am sketching out the workflow of an app where you have a main menu 'Level 0' that calls a modal view 'Level 1', which calls another modal view 'Level 2'. I am able to get this working, no problem ...
2
votes
2answers
86 views

Does a memory warning destroy the presenting view controller?

I have an iPad app which has a main view controller, and then a settings view controller. When my main view presents the settings view, I present the settings view in full screen. There is a dismiss ...
2
votes
0answers
84 views

Why is my root view controller in the wrong orientation if the iPad is rotated while a modal view controller is displayed?

I have a simple view controller that is the root view controller in my application's UIWindow. At some point, I have the root view controller present a modal view controller. Nothing special. ...
2
votes
2answers
650 views

iOS - pushViewController vs presentModalViewController difference

What is the difference beetween calling presentModalViewController and pushViewController, when : animation is set to NO (even if yes, that's just an animation style that can be changed). a ...
2
votes
1answer
241 views

Modal UINavigationController Background Loading After Animation for PresentModalViewController

I am having trouble with the background in my modal UIViewController displaying before the animation begins. I have a simple UINavigationController which loads a UIViewController. I then present the ...
2
votes
1answer
111 views

How to avoid always creating UINavigationControllers?

In my app, I have a lot of modal views which need to be presented in a navigation controller, so I end up doing a lot of stuff like this: MyModalController *modal = [[MyModalController alloc] init]; ...
2
votes
3answers
136 views

Do we always needs to dismissModelViewController that we had presented?

I have Edited whole Question What is the difference between presenting the ModelView Controller and dismissing the modal view controller in following situation?? HomeView TableItemSelection View ...
2
votes
4answers
147 views

UINavigation : How to push view from presented modal view

I am having problem in navigation of views. I have VC say, Login, which I am calling from another VC like : - (IBAction) btnAction { Login * login = [[Login alloc] init]; ...
2
votes
1answer
194 views

push uiviewcontroller from presentModalViewController

I Show a view using presentModalViewController. and from this view i want to push a view using navigationcontroller. I tried below code for this [self.parentViewController.navigationController ...
2
votes
2answers
218 views

Understanding UIViewController hierarchy

Ok - my brain is being fried at the moment so any help would be appreciated. I have multiple subclasses of UIViewController in my app. lets call them VC_A, VC_B, VC_C, VC_D. The users interacts by ...
2
votes
4answers
2k views

PresentModalViewController not showing navigation bar on next view

Hello I am using One tab bar button on toolbar , this button will show next view with table view ,Here is my code [self presentModalViewController:self.navigationController ...
2
votes
2answers
595 views

iphone - cant push modal views after adding subview to window?

Im my application I have the following code, the first bit runs when my application launches, and it presents a login screen in a modal view. With my rootController added to the window before that. ...
2
votes
2answers
332 views

Using multiple ModalViewController

Starting a new thread... about same question.. I have tried all I am getting from different post and forums... none of the working for me.. What I want to do is... [self ...
2
votes
1answer
841 views

PresentModalViewController problem

I have a new view controller on the iPhone which I call using the following line of code: [self presentModalViewController:controller animated:NO]; This works great if animation is on, but I am ...
1
vote
3answers
136 views

IOS: open and close some view controllers

In my app I have the following configuration to open my view controllers: When I write "pushViewController" I use a navigation controller, and when I write "present" I use a ...
1
vote
1answer
124 views

UIModalTransitionStylePartialCurl doesn't get back to previous state. (Not dismissing)

I've got 2 view controllers, let's say A and B. In A, I'm calling B to be shown with transition style UIModalTransitionStylePartialCurl [b setModalTransitionStyle:UIModalTransitionStylePartialCurl]; ...
1
vote
2answers
41 views

Pushing multiple views onto a stack without seeing the ones inbetween

I am trying to give my application a feeling of persistance when switching between multiple parts of the application. When they tap on an icon I want it to open directly to the view controller that I ...
1
vote
0answers
36 views

Rotating only MFMailComposeViewController

I want to rotate only MFMailComposeViewController based on the device orientation, but not the root view controller. Basically I want to do it just like in Apple's app Voice Memos, the whole app does ...
1
vote
2answers
779 views

Application tried to present modally an active controller

I have searched for and found various q/a on this error, but have not been able to find any specific help for my issue (at least that my minimal experience allows me to understand). I am loading a ...
1
vote
1answer
237 views

Animated Transition between two Modal ViewControllers

I'm trying to switch between two different active Modal View Controllers and trying for a smooth animation. Ideally I would like to have the animation look just like the new Modal View is becoming a ...
1
vote
0answers
196 views

View controller hierarchy initialization has changed in iOS5

Here is the problem. I have the following view hierarchy which is pushed modally using a flip animation: BackViewController UITabBarController UINavigationController ForecastListViewController ...
1
vote
1answer
65 views

modal view, white bar on top of on-screen keyboard in landscape mode

Navigation based app, launched a modalview with code like: [self presentModalViewController:bookmarkAddViewController animated:YES]; [bookmarkAddViewController release]; In portrait mode, keyboard ...
1
vote
1answer
296 views

Strange EXC_BAD_ACCESS with [self dismissModalViewControllerAnimated]

In my app, I switch between views modally. My problem is, when I move from the first viewController to the second, it works. When I dismiss the second view for the first time, that also works. Where ...
1
vote
3answers
135 views

IPhone Custom UIButton Cannot DismissModalViewController

I have a custom UIButton class in my IPhone navigation application. When the user clicks the button I present a modal view which displays a tableview list of records that the user can select from. On ...
1
vote
2answers
25 views

build list of buttons like in the picture

am trying to build buttons list slides from bottom of screen when some button pressed what's it's name ?! i tried to build a view with 200px height and then inserting it via ShareViewController ...
1
vote
2answers
538 views

Xcode: Why do I get a SIGABRT message using presentModalViewcontroller?

I want to switch to another viewController. I have an UIButton on my view, the UIButton have an UILongPressGestureRecognizer by using this code: UILongPressGestureRecognizer ...
1
vote
1answer
316 views

iPad presentModalViewController appears in wrong position

First of, I get the feeling apple really doesnt like us optimizing apps for landscape view. After struggling with my app for 2 days I finally convince it to always and only show in Landscape mode. I ...
1
vote
1answer
80 views

iOS: UIViewController is Not Being Pushed Problem

I'm working on a new app where there is a "main" UIViewController with some UIButtons and once the user clicks on the buttons, the application is navigating to another UIViewController. For some ...
1
vote
1answer
95 views

Big dialog in iPad

Does anybody know how to create control (or view) like this one This question might be duplicated, any way I can't find an answer. Thank you.
1
vote
2answers
261 views

Why Does presentModalViewController:animated: Turn The Background Black?

I am using presentModalViewController:animated: and while functionally it works correctly visually it has an artifact I want to remove. When the modally presented viewController appears its parent ...
1
vote
2answers
119 views

presentModalViewController not being deallocated

I'm trying to present a custom view controller, with custom views loaded from detached NIBs, modally using the presentModalViewController message. The process works fine but I noticed (using the ...
1
vote
1answer
417 views

presentModalViewController hides the NavigationBar

I have a navigation based app with a navigation bar, but there are a few instances where instead of pushing a view controller onto the stack, I need to present the view controller modally. The problem ...
1
vote
2answers
197 views

How can I dismiss MFMessageComposeViewController to mainView Controller?

Lets say I have two controller A & B and 1 MFMessageComposeViewController. I am performing these operations A-> presentModalViewController -> B B-> presentModalViewController -> ...
1
vote
1answer
219 views

Iphone dismissModalViewController animation

How can I modify the animation for dismiss? for present, I've used : SlideShow *slider = [[SlideShow alloc] initWithNibName:@"SlideShow" bundle:nil]; slider.view.alpha = 0.0; [self ...
1
vote
1answer
280 views

presentModalViewController Problem !

So, I have a form (which is basically a UITableView), and once I finish the form, I click the 'Done' button which is on top of the screen. After clicking, I need to add the data to another ...
1
vote
4answers
721 views

presentModalViewController not taking full screen

Landscape only app. On my main window xib, I've got a UIView. I'm loading a UIScrollview programatically into that UIView which works just fine. On that scrollview, I've got a button that brings up ...
1
vote
3answers
544 views

presentModalViewController and navigationController

I want to know the differences between the [self presentModalViewController:controller animated:YES]; and [self.navigationController pushViewController:controller animated:YES]; I have used ...
1
vote
0answers
466 views

MPMoviePlayerControler fullscreen problem if opened on PresentModalViewController in iPad

I have a problem opening a MPMoviePlayerController in fullscreen mode starting from a presentModalViewController. I open a presentModalViewController //Create controller mDetailFilmController = ...
1
vote
2answers
280 views

how do I pass data to a child UINavigationController which is presented modally (i.e. via initWithRootViewController)

How do I pass data to a child UINavigationController which is presented modally via "[[UINavigationController alloc] initWithRootViewController:newItemController];"? That is the way with this method ...
1
vote
1answer
146 views

PresentModalViewController on IPhone applications

i have an application with many views ( about 20 view ) these views are populated using (PresendModalViewController), and populated in a number of times through a loop ( let's say that 1,2,3,4,5...20 ...
1
vote
0answers
604 views

Why is [UIViewController presentModalViewController:animated:] transitioning the modal view in from the left?

I'm building an application that supports only Landscape orientation on the iPad under iOS 4.3, though the bug was present under iOS 4.2 as well. Several places in the application, I am showing ...
1
vote
1answer
733 views

present modal view on rotate

So I have a UITableViewControler displaying a tableview in portrait mode. As soon as i rotate the iPhone i want to present a modal view in landscape mode. In the tableView i use: - ...
1
vote
2answers
706 views

How to use presentModalViewController in iPhone/iPad?

Hi i am very new in iPhone/iPad developmet. In my application on clicking of button in want to show view controller like presentModalViewController and i am able to do that which contains the ...
1
vote
0answers
238 views

How to reload data on a subview if the model is presented using UIModalPresentationFormSheet

I have implemented a UIModalPresentationFormSheet in my iPad application. The new view partially covers the sub view and allows the user to make a choice. This all works great, however... When the ...

1 2 3 4