-
-
I dig into your approach of working with segues and one question popped up in my mind: How to handle a scene with more than one segue? Currently `StoryboardManagedScene` has only one `storyboardSegueH…
rbsgn updated
7 years ago
-
I implemented the project into mine. Set everything up but could not get the menu controller to navigate to any other view controllers except for the first one in my list which by following the exampl…
-
Hi Jack,
I have your menu throughout my app, on some pages I have to use PushViewController to display a new UIViewController for one reason or another, my issue is that when I do anything but the st…
-
It looks like unwind segues don't work with the _new workflow_. Since the destination is changed in `-[RBStoryboardSegue initWithIdentifier:source:destination:]` I get a `'Receiver () has no segue wit…
-
I realized this need while doing some work on a unwind function, would be nice to have a way of knowing every time there is a new segue arriving there, like:
```swift
let typedSource = R.segue.vie…
-
Is IB compatible with unwind segues? Thank you
-
Love the code and your tutorial, works great! I have now pulled data from a Parse backend and displayed it in the collectionView cells and I'd like to know how you would perform segues from the cells …
-
* [ ] segues / setlist choices
* nodes: song. edges: preceeded/followed (metadata: date (?))
* [ ] songs @ venue @ location
* [ ] lyrics
-
Users can tap on a buddies button, which segues to the suggestion screen.