> On Aug 26, 2015, at 10:10 AM, Dave <[email protected]> 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 protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
