Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

automatic preferred max layout width before ios 8.0 in Xcode 7

After updating Xcode 6.4 to Xcode 7, I started getting this warning in my XIBs. Although I have "relative to margin" is unchecked, I'm getting this issue.

Please help if anyone has experienced similar issue.

like image 872
Dhvani Puar Avatar asked Sep 22 '15 07:09

Dhvani Puar


1 Answers

This is a warning related to label's Width property. We need to check "Explicit" for label's width.

like image 64
Dhvani Puar Avatar answered Oct 20 '22 18:10

Dhvani Puar