Re: Dealing with the iOS 7 status bar
Re: Dealing with the iOS 7 status bar
- Subject: Re: Dealing with the iOS 7 status bar
- From: Kyle Sluder <email@hidden>
- Date: Mon, 30 Sep 2013 12:29:09 -0700
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@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