ThornTechPublic / LeftSlideoutMenu

Create a simple left slideout menu with Swift
http://www.thorntech.com/2015/06/want-to-implement-a-slideout-menu-in-your-swift-app-heres-how/
89 stars 24 forks source link

On iPad, menu slides out from tap instead of pan #4

Closed alexjpong closed 8 years ago

alexjpong commented 8 years ago

New with iOS - this works great on iPhone sized devices, but on iPad sized devices, tapping the right hand view immediately opens up the menu. Is there something wrong with the scroll distance?

alexjpong commented 8 years ago

Oops - forgot to wire the delegate to enable/disable scrolling. It works now!