/High-imitation-Keynote-RenameView

仿Keynote文档的重命名动画,适配iPhone/iPad的横竖屏及分屏。

Primary LanguageObjective-CMIT LicenseMIT

High-imitation-Keynote-RenameView

学习Keynote的重命名动画,自己用一个UIView实现,兼容iPhone/iPad横竖屏及分屏,简单易用。

一、使用说明:

    /// instantiate method
- (instancetype)initWithFrame:(CGRect)frame
                     andTitle:(NSString *)title
           andOriginImageView:(UIImageView *)originImageView
                   completion:(LSLTitleEditEndCompletion)completion
          animationCompletion:(LSLTitleEditEndAnimationCompletion)animationCompletion;	

###二、GIF演示