Re: Auto Layout and XCode/IB Warnings
Re: Auto Layout and XCode/IB Warnings
- Subject: Re: Auto Layout and XCode/IB Warnings
- From: Conrad Shultz <email@hidden>
- Date: Wed, 26 Aug 2015 11:15:05 -0700
> On Aug 26, 2015, at 10:10 AM, Dave <email@hidden> wrote:
>
> Hi All,
>
> I’m getting these warning in a xib file:
>
> Draw Frame View
> Expected: Height=436
> Actual: Height=48
>
> Image View
> Expected: y=464
> Actual: y=76
>
>
> And a few others of the same nature and I’m at a loss to know what to do in XCode/IB to fix it?
>
> Any help greatly appreciated.
What this usually means is that the views as displayed do not match what the constraints indicate (and which will thus be used at run-time). You can frequently resolve these by clicking the yellow arrow on the misplaced view in the xib's inspector, then clicking the yellow triangle on the warning, and "Update Frame."
-Conrad
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden