/HZSwipeViewController

Primary LanguageObjective-CMIT LicenseMIT

HZSwipeViewController

类似于SWRevealViewController,但是功能要弱的多,效果如下:

alt text alt text

代码实现简单,使用方法详见Demo,大家可以根据自己需求修改。

支持iOS 7.0以上,ARC内存管理。

可以使用pod 'HZSwipeViewController', '~> 0.0.1'或者直接将:

  • HZSwipeViewController.h
  • HZSwipeViewController.m

添加到项目中。