MFSideMenu
MFSideMenu copied to clipboard
Convert enums to NS_ENUM for Swift support
I am using MFSideMenu in a Swift project and it works really well with one exception. You can only access an Objective-C enum from Swift if it is defined with NS_ENUM, so I am not able to use MFSideMenuPanMode, MFSideMenuState, and MFSideMenuStateEvent. Please change these enums to use NS_ENUM.
@matheda mind doing a pull request for this?
@matheda - Did you find a solution for this ? Can't seem to find a good workaround.