IOS之左右滑动效果的实现——利用PPRevealViewController
之前我们已经分享了SWRevealViewController实现左右滑动效果的方法IOS之左右滑动效果的实现——利用SWRevealViewController,今天我将和大家分享利用PPRevealViewController实现左右滑动效果的方法。
我们可以从Github上取得PPRevealViewController的source:https://github.com/ipup/PPRevealSideViewController.git
首先,创建一个工程,并创建 RootViewController、LeftViewController、RightViewController这三个类。
将PPRevealViewController添加到工程中。
在AppDelegate中导入