Questions tagged [popviewcontroller]
147 questions
0
votes
0 answers
Need UISegmentControl with UINavigationController To Push ViewControllers
I have three UIViewControllers and one separate viewcontroller with UISegmentControl where i have to push 3 viewcontrollers using navigationControllers. I want all these views to appear below UISegmentControl when any segmentcontrol is selected. I…

Monis Manzoor
- 183
- 3
- 14
0
votes
1 answer
popToViewController, it isn't give me any crash but, doesn't open controllview and animating so code doesn't work
UINavigationController *loginNavCon = [[UINavigationController alloc] init];
loginNavCon.navigationController.navigationBarHidden=YES;
loginNavCon.navigationBar.barStyle = UIBarStyleBlack;
//I created navigationcontroller hear
PushMe *p=[[PushMe…

Yiğit
- 166
- 2
- 9
0
votes
1 answer
Why Always navigate to Home Page View-ios
My app contain 5 xib
When i navigate to Home to 2nd View and BACK to Home is work fine
But From 3rd View and Tap for BACK its Every Time Push to Home View, I have Try this
-(IBAction)doBack
{
[self.navigationController…

Denny
- 285
- 1
- 2
- 16
0
votes
1 answer
Manage popview and pushview flip landscape animation
I have some nibs with the same background image.
welcome screen (full screen)
companies list screen (navigation bar and tool bar)
and other ones not important in this case.
On my welcome screen i have a button in the middle of the screen for…

Arnaud Labadie
- 1
- 2
0
votes
1 answer
UINavigationButton & UIButton on PopToRootViewController?
My app has a sign in button and a sign up button, which are UINavigationButtons and UIButtons respectively. Either segues to a new screen that, on success, should PopToRootViewController; However, when I successfully sign in, my sign in and sign up…

user1034868
- 65
- 11
0
votes
2 answers
How to pop views in uitabbar?
i've developed an app for ios, using a uitabbar. In the tabbar i have some uitableview leading to some uiview. For example:
A:Tabbar button -> B:Table View -> C:View relative to the line of the table view hitten by the user
The normal behavior of…

Sasha Grievus
- 2,566
- 5
- 31
- 58
0
votes
1 answer
Trying to dismiss a view controller by tap on cancel using delegation (Not working at all)
Having two view controller within a navigation controller:
PhoneNumbersTVC > holds a list of phone numbers added by NewPhoneNumberTVC
NewPhoneNumberTVC > a controller for adding phone numbers
When I tap on cancel on NewPhoneNumberTVC I like to get…
user1010563
0
votes
1 answer
Is there a way to pop a view controller when the user switches tabs?
Is there a way to pop the view controller when the user switches tabs?
I have a tabbar with a navigationController on one of the tabs. The user selects a row in a table which pushes a viewController onto the navigationController containing the…

Bryan
- 17,201
- 24
- 97
- 123
0
votes
2 answers
How to pass the Uiimage when popview controller in iphone
Any one have exact solution for passing image from one view to other view when using popview controller in iPhone.
Please give me some guidelines for this problem.
Thanks.

12345
- 157
- 3
- 10
0
votes
2 answers
How to Passing Uiimage from one view controller to Other view controller when using popvivew controller used?
I Have Two View controllers.
First UIViewController contain one UIImage, when I click "crop" button, go to second view controller I pass the image by push view controller, here I'am cropping my UIImage.
In second UIViewController after cropping my…

12345
- 157
- 3
- 10
0
votes
1 answer
Switching between UIViewControllers using UINavigationController
There is section in my app which has a popover in which a UITableView is presented each time the popover is presented. It's easy to navigate between the UITableViews calculating the paths of the files that are supposed to be in the next view…

Laureano Bonilla
- 335
- 3
- 18
0
votes
3 answers
how can i refresh the content of a view before I popViewController?
i have two viewcontroller. First view controller include a map and annotations, when i touch an annotation my second view come. At second view i touch the delete button. So my first view's content must be refresh before this code :…

emy
- 664
- 1
- 9
- 22
0
votes
3 answers
popViewController with pushViewController animation
I want to popViewController with pushViewController animation. Is there any way to do this? Is it possible?

Dev
- 3,885
- 10
- 39
- 65
0
votes
4 answers
Issue with popViewController and pushController
I'm facing issue with redirecting the viewControllers using pop/pushViewControllers. I've three view controller like below image -
In my 3rd view i've some ToggleButton based on that toggleButton the data which is in 2nd View will change. After,…

Praveenkumar
- 24,084
- 23
- 95
- 173
0
votes
1 answer
NSInternalInconsistencyException with UITableViewController and a Storyboard-Pop
I integrated GrabKit in my iPhone-App, which is a Library to Grab Photos from social Networks. Now I have the following situation/problem:
I have a UITableViewController - AlbumListViewController.
Then there's a UITableViewCell -…

NthDegree
- 1,301
- 2
- 15
- 29