python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to complete function between TableView selection and segue to next ViewController?
My app has the following flow:
View Controller 1 presents TableView with Titles
User selects TableView row
View Controller 1 instructs Model to load the full data for that selected TableView row
Mode...
amirbt17
Votes: 0
Answers: 1
Perform Segue is not working when i am using programmatic UI
I am creating an app for my personal project using programmaticUI and storyboard for the UI part, but i found an issue when i tried to performSegue from my "SecondViewController" to my "...
Novando Santosa
Votes: 0
Answers: 2
Segue won't work to display text on a lavel
Okay, so I have two storyboards being incorporated into my code. One of them being the coffeeViewController, the other being the checkoutViewController. I have an array of doubles and different values...
Rachel Rafik
Votes: 0
Answers: 0
prepare segue - destination View Controller is called twice
In Xcode 13.1 I programmed the following code into my source view controller. It's working so well that it's calling the destination view controller twice (instead of once).
This is my code:
override ...
Ella146
Votes: 0
Answers: 1