照抄的RESideMenu, Swift 实现。
- iOS 9.0+
- Xcode 8.0+
- Swift 3.0+
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
You can install Carthage with Homebrew using the following command:
$ brew update
$ brew install carthage
To integrate SnapKit into your Xcode project using Carthage, specify it in your Cartfile
:
github "CrazyKids/ADSideMenu"
Run carthage update
to build the framework and drag the built ADSideMenu.framework
into your Xcode project.
If you prefer not to use either of the aforementioned dependency managers, you can integrate ADSideMenu into your project manually.