Dhvani Puar
Dhvani Puar

Reputation: 862

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.

Upvotes: 17

Views: 6679

Answers (1)

Dhvani Puar
Dhvani Puar

Reputation: 862

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

Upvotes: 27

Related Questions