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.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: