Questions tagged as 'uiviewcontroller'

2
answers

Swift 3 - How to instantiate a View Controller?

I need to work with a method with attributes that are in another ViewController but I can not do it. What I'm trying: let notasViewController: NotasViewController() And also: let notasViewController: NotasViewController = UIStoryboard.ini...
asked by 24.02.2017 / 15:38
1
answer

Problem with changing screens with Navigation Controller

I'm having a little problem, my App uses the Navigation Controller and a View Controller, I have declared strings that bridge the cells. When you run the app it starts in the Navigation Controller and when I click on the items on the cell it...
asked by 24.06.2017 / 14:20
2
answers

Swift: Fixed header in a TableViewController

My problem is this: my application has a screen that uses the UITableViewController layout. I created a header (View) for this screen, however, the header does not stay fixed at the top of the screen. That is, when I drag the screen up / down, t...
asked by 08.09.2016 / 17:35
1
answer

Add the view of a UIViewController as a subview of a UITableViewCell?

I'm trying to create a simple table, and in a cell the content should be the view of a UIViewController, which has another UITableView. But the cell goes blank, I tried several different ways. But I did not find a solution. Below my last t...
asked by 10.08.2016 / 00:39