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)
Presenting a ViewController based on previous selected TableView Cell (Programmatically, no Storyboard)
As shown in the image, in the ViewController1 is a UiTableView. Both Cells present a new ViewController which is the same in both cases. ViewController2. The presented ViewController2 now presents two...
emze100
Votes: 0
Answers: 1
Adding subviews programmatically in presented view controller
Problem
Subview added programmatically to containerView ( UIView, which is connected with @IBOutlet on storyboard ) inside presented HistogramViewController (ViewController) is out of proper layout.
C...
Kacper Ducin
Votes: 0
Answers: 1
using pushViewController in containerView Not work
I have created containerView which contain tableViewController.
The main issue, when user click on information, tableViewController must show the information which user clicked.
it show the informatio...
Steven
Votes: 0
Answers: 1
Can't push a view controller again after popping it
I want to push a view controller onto the screen when a button is pressed. It works fine the first time, but when I go back and press the same button once again, it does not push the view controller a...
Sundara Aadithyan
Votes: 0
Answers: 1