The segue tag has no wiki summary.
0
votes
1answer
21 views
ViewController from StoryBoard make ViewDidLoad called twice
I would like to make (from my StoryBoard) a ViewController that I will be able to push from anywhere by code (this ViewController will be used a lot of time, so I don't wan't to add tons of segues in ...
0
votes
1answer
8 views
Embed Segue with Custom Class
Hi i'm pretty new to IOS app development and I have somewhat of a problem. I created a view controller and I have a table view controller embed as a segue inside a container on the view controller.
...
0
votes
1answer
10 views
UIScrollView isn't working with Auto-layout and Segue
in the ViewController (principal), i have a UiSrcollView called scroller. It works well when i start the app. But, if i use a segue (to pass to another view controller) the uiscrollview stop to works ...
0
votes
1answer
37 views
iOS - Custom segue memory leak
I've two viewcontrollers with a custom segue fired by swipe gesture recognizer.
The custom segue is this:
-(void)perform{
UIViewController *sourceViewController = (UIViewController*)[self ...
0
votes
1answer
17 views
Unable to segue using an accessory indicator
I have a segue with three transitions. (see code below) The first from a button. That works perfectly. The second by tapping on the cell in a table view. That one works perfectly too. The third is an ...
0
votes
1answer
27 views
Transitioning between views: translation between segues and code
In my storyboard I have 2 VCs: VC1 is a login page and VC2 is the home of my application after the user is logged.
1) the best way to change from one view to another is by using a modal segue? Is ...
0
votes
1answer
39 views
When segue returns, what method is called?
I have a UITableView in a UIPopover; when I tap on a row in the UITableView, I go to a scene (UIView) where I get start and stop times from a UIDatePicker; then using a back button it returns to the ...
0
votes
0answers
14 views
Having trouble creating a “simple” pause menu
I'm trying to create a simple pause menu for my iOS game. My goal for the time being is:
-to pause all timers, animations, image locations of the main view controller via button
-transition to the ...
1
vote
2answers
40 views
How do I utilize CoreData when moving from collection view to detail view
I have an IOS app that is using RestKit to pull json formatted data from a server into a CoreData Entity. Some of the attributes of the entity help populate a collection view with an image and title ...
0
votes
1answer
32 views
iOS - Push Segue not working even with NavController
I'm trying to set up a basic "Newsfeed" function for an iOS app, with headlines in a TableViewController segueing into a simple ViewController to display the text of the selected story. I'm using ...
0
votes
2answers
30 views
Crash with custom segue
I create a custom segue:
-(void)perform{
UIViewController *destination = [self destinationViewController];
UIViewController *source = [self sourceViewController];
[source.view ...
0
votes
1answer
25 views
Storyboard - switch tab on click
I'm developing an app in iOs6 in which I'm using storyboards. I have a controller which has two buttons. When i click on the first button, i launch a tabbar controller which has 1st tab as its default ...
0
votes
0answers
27 views
MainApp not opening SubApps
I am doing the same kind of app as in this question:
iOS Development: How can I build a complex structured iPad Application?
but when I move from MainView to App1 (ViewController) or App2 ...
0
votes
1answer
31 views
Compile error trying to perform popover segue from a dynamic UITableViewCell
I'm trying to connect a dynamic UITableViewCell to a navigation controller in a storyboard using a popover segue.
To do that I ctrl-dragged from the cell to the navigation controller, selected ...
0
votes
1answer
39 views
Custom UIViewController modal transition from right like Flipboard
I need to make a custom modal transition segue on iPad to make that the destinationViewController appears from right, covering window half size and maintaining visible the initial View. More or less ...
1
vote
1answer
44 views
UIViewController is not opening in storyboard?
In my login page when I check the server output to see if it's "false" or not, if it's not false I add this code for moving to main viewcontroller class
but the below code is not working for me.
...
0
votes
2answers
21 views
Segue use Inheritance class
Hi i want to replace with a segue so i can use view controller on my storyboard
1ViewController *viewController = [[1ViewController alloc] initWithSFTPConnection:connection];
...
1
vote
0answers
26 views
Switch tab on click in storyboard
I am using storyboards to develop an application, i have a viewcontroller which has two buttons. I launch a tabbar controller on 1st button's click with first tab as default tab bar, now on 2nd ...
0
votes
1answer
27 views
How to figure out use a modal segue instead of push segue
I have this:
-(void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender
{
if ([segue.identifier isEqualToString:@"segueFotosAloj"]) {
localGallery = [[FGalleryViewController ...
0
votes
1answer
64 views
iOS/Xcode - Multiple segue identifiers resetting data parsing
So I got a ViewController with 4 seperate buttons. When clicking on button1 TableViewController1 pops over the ViewController with a list of items. When selecting an item the TableViewController1 ...
0
votes
0answers
22 views
Cocos2D and Custom Segue
I'm using Cocos2D in a StoryBoard enabled app. I could initialize Cocos2D in a view using the great tutorials of Tini Tim at http://www.tinytimgames.com/2012/02/07/cocos2d-and-storyboards/.
When I ...
1
vote
1answer
46 views
Storyboard viewcontroller is opening?
When i click my login button i want to open home viewcontroller in my app,but just before somedays its working but now its not working ,when i click login it send the user details to server and give ...
0
votes
1answer
32 views
Segue from selected uitableview to uiwebview
I am using storyboards and the latest version of Xcode. I have seen some of the other related questions on this but nothing is specific enough for me. Perhaps best would be a tutorial if anyone knows ...
0
votes
1answer
71 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
3answers
29 views
IOS: Stay on the first view controller before complete all controls (StoryBoard)
I connected first view controller with the second one using StoryBoard Push Segue and Interface Builder.
The button is named GO on top/right.
I have three textfield that must be filled before ...
0
votes
0answers
15 views
How to kill / unload previous view while loadin new with segue
My problem is that I can't unload a view while loading a new one, this causing a problem with Nstimers! Can't stop Them... So would be nice to know how to kill or unload previous view or how to stop ...
0
votes
4answers
38 views
Storyboard custom UITableviewcell selection
In my project I have custom UITableview cells, which happen to have a button in it. When this button is selected, it triggers a segue. In this segue I pass an object from the cell to the destination ...
1
vote
2answers
35 views
iOS and xcode: how to give a segue a “storyboard id” so that I can programmatically manipulate it
I am wanting to create a modal segue from a view controller to an a new view, but not by linking the segue action to a button or anything. Instead, I'd like to just set the segue up so that I can call ...
0
votes
1answer
47 views
issue with performSegueWithIdentifier and rootViewController
im using this line of code to perform a segue
[self.window.rootViewController performSegueWithIdentifier:@"viewMessage" sender:self];
but since i am calling rootViewController its attempting to look ...
0
votes
0answers
19 views
On selection from list of rows in one table view, respected data should display in next table view and so on using SQLite3
I am new to iOS, I seriously need help on this.I have been trying this for a long time.
I need to make an app that stores list of books and on selection it should go to the another Tableview (i.e ...
0
votes
1answer
18 views
Can one segue identifier be used between two UIViewControllers for multiple UITableView cell data transfer?
I'd just like to confirm my understanding that for every segue identifier, there needs to be a unique segue hookup between two UIViewControllers in Interface Builder. Is this true?
Is it possible to ...
0
votes
2answers
29 views
0
votes
1answer
38 views
Navigation controller creates 2 views instead of 1
I explain the situation :
I've got a NavigationController + TableViewController and when I click on a cell, I've done a performSegueWithIdentifier to go to another View. I've done this through ...
0
votes
2answers
44 views
Initial load of UIView not from segue
I am using ECSlidingViewController with two view controllers. The 'detail' view is shown on initial load, a button on the 'detail' view menubar then shows the 'master' view which is a UITableView, ...
0
votes
1answer
59 views
Modal segue not working from code
I've already spent the whole day in an issue and did not find a solution yet. I have a UITabBarViewController and I am trying to fire off a modal segue from one of its tabs. I've already created the ...
1
vote
1answer
51 views
iOS: Accessing the same instance of UIViewController that called the Segue
I have two view controllers. MainViewController pushes SignUp ViewController. Once SignUp View Controller dismisses, I need access to the same instance of MainViewController to update a ...
0
votes
0answers
57 views
how i can change view controller via code?
i have a if statement when it comes positive, a tab bar view controller must appears from my initial view controller. i did not do anything at storyboard, i just wrote following codes
here is the ...
0
votes
0answers
6 views
Segue and modal transitioning
I want to have a custom tabbar with five buttons on each of my five ViewControllers, every button navigates to each corresponding ViewController.
My question is, if I user Modal transition instead of ...
0
votes
2answers
35 views
Return for a push segue
I am new to story boards and I am trying to move between table view controllers.
I understand how to set up a segue and how to send data to the new story board but my question is returning data ...
0
votes
1answer
63 views
UINavigationController mandatory or not when using push segue
I have a UINavigationController to switch between my UIViewContollers, but I'm not using the NavigationTopBar which is hidden. I have just a custom imageButton to switch back on the previous ...
0
votes
3answers
33 views
NSString not being passed correctly after segue
I am using a storyboard and a conditional segue that seems to work properly. However, when I pass the string to the new view controller, it shows up as null in the new view controller when I try to ...
0
votes
0answers
44 views
Swiping between detail pages from UITable view segue - > detail page
I recently built an app using a segue to pass data from a table view to a detail view page similar to the one in this tutorial: http://www.appcoda.com/improve-detail-view-controller-storyboard-segue/
...
0
votes
1answer
61 views
Push segue in xcode with no animation
I am using normal storyboarding and push segues in xcode, but I want to have segues that just appear the next view, not slide the next view (as in when you use a tab bar and the next view just ...
0
votes
0answers
25 views
Using a custom PickerView in storyboard
I have some View Controllers embedded in a navigation controller using a storyboard.
In view controller 1 I have a custom PickerView that is hidden until the user selects a text field that lets the ...
0
votes
1answer
80 views
After using presentViewController existing segues can't be found
I am returning to my login view using the code below. The view loads correctly and everything looks fine. All buttons work etc.
JALoginViewController *loginVC = [[JALoginViewController alloc] init];
...
1
vote
3answers
118 views
UITableView segue not working
I followed the SimpleDrillDown app example in the docs for a workout app that shows workout names in the first UITableView and exercises in the second UITableView.
My app is in Dropbox here: ...
1
vote
2answers
30 views
Is there a way to avoid viewDidLoad beeing called after every segue?
i initialize tables, data etc in my main ViewController. For more settings, i want to call another Viewcontroller with:
DateChangeController *theController = [self.storyboard ...
0
votes
2answers
121 views
segue.identifier isEqualToString:@“segue1” is always null. IOS 6.1 storyboard
I can't figure out why my segue.identifier is always returning null. I set the segue identifiers in the storboard.
ViewController1
-(void) prepareForSegue:(UIStoryboardSegue *)segue ...
1
vote
0answers
57 views
Why is my segue not firing?
After scanning all the threads on this topic, none of the advice has resolved the issue. Strangely enough, this problem only suddenly surfaced for what seems like no apparent reason. It worked fine ...
0
votes
2answers
90 views
iOS + Storyboard: Re-using ViewControllers in navigation
in my current application, I want to use a certain UICollectionView several times, but with different selection behaviours. Consider the following storyboard layout as "is" (and working):
Tab Bar ...










