why do i get “Must translate autoresizing mask into constraints to have _setHostsLayoutEngine:YES” in xcode 6 beta

前端 未结 9 1413
死守一世寂寞
死守一世寂寞 2020-12-01 10:38

I have the following code in a swift UITableViewController, but i get a \"Must translate autoresizing mask into constraints to have _setHostsLayoutEngine:YES exception at th

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-01 11:06

    In my case i was using a UITableViewCell in a UIView to create a custom cell

    then I deleted the cell from the UIView and then added the all the contents in the UIView directly and that solved my problem.

    Hope it helps you too. All the best

提交回复
热议问题