On Sep 30, 2013, at 12:29 , Kyle Sluder <[email protected]> wrote: > On Mon, Sep 30, 2013, at 12:21 PM, Rick Mann wrote: >> >> Is this only solvable by setting up a UIToolbar delegate and implementing >> -positionForBar: (or some other programmatic means)? > > The documentation for UIBarPositioning sure implies that this is how you > accomplish your goal: > <https://developer.apple.com/library/ios/documentation/uikit/reference/UIBarPositioning_Protocol/Reference/Reference.html#//apple_ref/doc/c_ref/UIBarPosition> > > In particular, note that it works by _extending the background_. That > means you should still align the top of your toolbar to the top layout > guide, not to the top of the screen.
Oh, I got it. It wouldn't let me make a constraint to the top guide until I had moved it down below the top guide first. Control-dragging insisted on constraining the BOTTOM of the toolbar. -- Rick
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ 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]
