Skip to content

Commit

Permalink
增加CATransition动画
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwind committed May 17, 2018
1 parent 0fe74f0 commit a4de0fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HHTransition/UIViewController+HHTransition.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ typedef enum : NSUInteger {
- (void)hh_pushBackViewController:(UIViewController * _Nonnull)viewController;

/**
缩放转场动画
CATransitin转场动画
@param viewController 转场控制器
@param style 转场类型
*/
- (void)hh_pushViewController:(UIViewController * _Nonnull)viewController sysStyle:(SysTransitonStyle)style;

Expand Down

0 comments on commit a4de0fd

Please sign in to comment.