twotoasters / TWTSideMenuViewController

Side Menus for iOS 7
MIT License
847 stars 148 forks source link

wrong initial menuViewController transform ? #32

Open l3bel opened 10 years ago

l3bel commented 10 years ago

The call to updateMenuViewWithTransform in viewDidLoad results in the menuViewController's view being pushed to far to the left in the very first run, subsequent transforms are ok (the starting position of the menuViewController's view in the closed menu is ok, past the first open/close). Actually, I'm not sure if this is a bug or a feature? For my case, I dont use a too wide background image and the background color appearing behind in the first openning of the menu was just not ok, i commented the call. I'm I missing something?