Airbnb version 4.7's three-dimensional slide menu in Swift. Unfortunately, the menu was obsoleted in Airbnb version 5.0. In order not to forget the legend menu, I developed it in Swift.
Inspired by https://github.com/TaPhuocHai/PHAirViewController.
Overview
Storyboard is not supported.
##Installation
The easiest way to get started is to use CocoaPods. Add the following line to your Podfile:
platform :ios, '8.0'
# The following is a Library of Swift.
use_frameworks!
pod 'AirbnbViewController'
Then, run the following command:
pod install
Please refer to AirbnbViewController-Sample project.