gresrun / GHSidebarNav

A clone of the new Facebook iOS UI paradigm
Apache License 2.0
607 stars 136 forks source link

Autoresizing Mask of Sidebar Controller #29

Closed jcoleman closed 11 years ago

jcoleman commented 11 years ago

Would you be open to a PR that added a line to configure the sidebar controller's view's autoresizingMask to be UIViewAutoresizingFlexibleHeight? It currently sets the view frame, but if the mask isn't correct that frame can get messed up pretty easily (particularly on an orientation change.)

It would seem like a reasonable default, but wanted to run it by you first.

gresrun commented 11 years ago

Sounds good to me.