Questions tagged as 'uitableviewcontroller'

2
answers

Swift - Pass data between views with custom controls

I'm doing a navigation between views and passing parameters through the segue. The idea is this: ViewA - You have a custom control (cell), with a label and an image. This custom cell has its own class called RateCell , which contains th...
asked by 05.07.2016 / 13:34
3
answers

How to obtain the model of a UITableViewCell

I would like to know if someone has a way to get the value of a class UITableViewCell . class EncuestaRespuestaC: UITableViewCell { @IBOutlet weak var lblDescription: UILabel! @IBOutlet weak var ivStart01: UIButton! @IBOutlet...
asked by 13.07.2017 / 02:37
1
answer

Display an alert in a TableViewCell

I want to show an alert when I press a button that is in a tableviewcell and it gives me the following error:    'NSInvalidArgumentException', reason: 'Application tried to present modal view controller on itself. Presenting controller is....
asked by 14.12.2018 / 18:27
1
answer

How to change the storyboard correctly?

I'm using a table view with a number of specific rows that allows changing to other screens of the project, however when I switch to another storyboard the navigation controller does not allow me to return. my code is as follows: override f...
asked by 03.02.2017 / 01:26