使う機会が少なくていつも忘れてしまうし、どの書き方がいいのかよくわからなかったのでメモしとく!
MMDrawerController
のサンプル見ててみつけました。こんな感じで書けるみたい↓↓
typedef NS_ENUM(NSInteger, MMDrawerAnimationType){
MMDrawerAnimationTypeNone,
MMDrawerAnimationTypeSlide,
MMDrawerAnimationTypeSlideAndScale,
MMDrawerAnimationTypeSwingingDoor,
MMDrawerAnimationTypeParallax,
};