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. --Kyle Sluder _______________________________________________ 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]
