jondanao / TheSidebarController

A container view controller that implements different popular sidebar view controllers like Facebook, Airbnb, Flipboard, etc.
Other
360 stars 52 forks source link

Updates TheSideBarController for use with AutoLayout #6

Closed jonahgabriel closed 10 years ago

jonahgabriel commented 10 years ago

If you are using AutoLayout in your storyboards, setting translatesAutoresizingMaskIntoConstraints to NO causes issues with responsiveness of the menus as well as layout of the main content view. I have added 3 new constructors as well as a new property to handle the issue.