unwind-segue Questions

7

Solved

I am working on a camera app where the camera views are shown modally. After I am done with cropping. I perform an unwind segue to the MainPageViewController. (Please see the screenshot) My unwind...
Chiliasm asked 15/12, 2014 at 12:15

2

I'm presenting a modal view controller using a custom transition (by setting its modelPresentationStyle to UIModalPresentationCustom, providing a transitioning delegate, and UIViewControllerAnimate...

3

Solved

I created two view controllers. I created a segue from the first to the second to pass data. Now I want to pass data from the second view controller to the first one. I went through many similar qu...
Hols asked 10/2, 2016 at 11:19

3

I have a Tab Bar Controller which is the Initial View Controller, which also has a PFLoginViewController that pups up if a user isn't logged in. The Login/Signup flow works fine. The two tabs a...

2

I have been learning swift and have made the foundation of most of my app. I have the following storyboard app storyboard Everything works fine. For example, I have an unwind segue on the add cou...
Vladimar asked 25/10, 2016 at 14:45

1

Solved

I'm trying to test unwind segue in iOS 10 and Swift 3. I made a simple app like this: I add code for segue in TableViewController class and connect "Cancel" button and Exit on Table View Cont...
Dying asked 7/10, 2016 at 11:14

4

Solved

Update for iOS 9 beta: Apple may have fixed this for iOS 9. If you work(ed) around this issue for iOS 8, make sure it also works correctly on iOS 9. In storyboard, I've created a popover presentat...
Oestrone asked 31/1, 2015 at 3:5

3

Solved

I am trying to code a hangman game and am having trouble with unwind segues. I have multiple view controllers that all ultimately lead to the same view, where the user plays the actual hangman. Ho...
Latterly asked 24/7, 2015 at 21:15

2

I have a 3 viewcontroller navigation where A presents modal controller B, which presents modal controller C all via segues. C has an unwind segue back to B. It also has an unwind back to A. When I ...
Newmann asked 29/10, 2015 at 4:9

1

Solved

I'm trying to create the controller architecture for the signup process of my app. Below is an image of the current state: The app starts at a login page the first time and if the user clicks "S...
Visually asked 17/10, 2015 at 0:56

2

Solved

My question is, how do I get the following custom unwind segue to work on a device with a version prior to iOS 9 as well as on a device running iOS 9? I have a Custom Segue showing a view controll...

1

I just started testing my iOS7 app on iOS8 with Xcode 6 (beta 6). I am aware that iOS 8 has deprecated the "push" and "modal" segue but I was happy to find that all my segue's worked... except one....
Blacktail asked 25/8, 2014 at 21:41

3

Solved

I've just figured out what is an unwind segue and how to use it with the great answers from this question. Thanks a lot. However, here's a question like this: Let's say there is a button in scene...
Tonl asked 7/2, 2015 at 10:15
1

© 2022 - 2024 — McMap. All rights reserved.