Post

Replies

Boosts

Views

Activity

Reply to Problem with table view cell click
What code do you need? Ask me and I'll send you. Yes, i have a cell defined and i'm working with storyboard. This is the cell: class MonitorViewCell: UITableViewCell {   @IBOutlet weak var ivCamera: UIImageView!       override func awakeFromNib()   {     super.awakeFromNib()   }   override func setSelected(_ selected: Bool, animated: Bool)   {     super.setSelected(selected, animated: animated)   } } Instead this is my storyboard controller structure with constraints: Thank you.
Apr ’22