SWCustomPresentaion
封装 modal 转场动画
导入方式
##pod 'SWCustomPresentaion'##
截图
使用方法
- (void)sw_presentCustomModalPresentationWithViewController:(UIViewController *)controller containerViewWillLayoutSubViewsBlock:(void(^__nullable)(SWPresentationController *presentationController))willLayoutSubViewsBlock animatedTransitioningModel:(id<SWAnimatedTransitioning> __nullable)animatedTransitioning completion:(void(^__nullable)(void))completion;