romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.
MIT License
7.1k stars 1.35k forks source link

Make sure hideMenuViewController method can be used in swift #296

Open qizh opened 7 years ago

qizh commented 7 years ago

Xcode automatically rename hideMenuViewController to hideViewController when preparing swift interface, which is wrong and will call a different RESideMenu method. Force renaming it to hideSideMenuViewController for swift using NS_SWIFT_NAME.