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)
Segue to Tab in navigation controller going to wrong tab, Swift, Xcode
I am clicking a button and pushing to a TabBar Controller.
When I click the button it goes to the first tab only, no matter what number I put in the prepare for segue area.
override func prepare(for s...
Tony Merritt
Votes: 0
Answers: 0
pass data from web server and show it on viewcontroller
I have data from a server which I need to show on another View Controller.
Note I had perform a POST request.
Note I have 2 ViewControllers
these are the fields:
firstName
lastName
emailAddress
mobile...
Kelvin Ricafort
Votes: 0
Answers: 1
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