Hi developers
I have a problem with my UITableViewCell in the Storyboard. I want to place a single Cell in a UIViewController (B), NOT in a UITableView.
But I get an error, when I click on the button in an other UIViewController (A), that shows the second UIViewController (B). The error is: Must translate autoresizing mask into constraints to have _setHostsLayoutEngine:YES. (Xcode 7)
At the moment there isn't any code in relation with this Cell or ViewController.
I hope you can unterstand my problem - I'm not a native English speaker - and help me with my problem.