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
Reply to Problem with table view cell click
Solved by myself! The problema was that the cell image view name was "imageView". This, in some way, create this horrible bug!!!
Replies
Boosts
Views
Activity
May ’22
Reply to Problem with storyboard constraints
solved. thanks!!!!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to Problem with table view cell click
I'm the only one in the world to have this problem?
Replies
Boosts
Views
Activity
May ’22
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.
Replies
Boosts
Views
Activity
Apr ’22