PWMenuViewController 0.1.2

PWMenuViewController 0.1.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2016

Maintained by wangweicheng.



  • By
  • Paul Wang

Show

This is a demo.

效果图

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 7.O 及以上

Installation

PWMenuViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "PWMenuViewController"

follow

[self.menuTitles addObject:@"夏天来了"];
[self.menuTitles addObject:@"春天去了"];
[self.menuTitles addObject:@"秋天还远"];
[self.menuTitles addObject:@"冬天很冷"];

[self.bottomViews addObject:self.testView];
[self.bottomViews addObject:self.testView1];
[self.bottomViews addObject:self.testView2];
[self.bottomViews addObject:self.testView3];

[self loadSubViews];

tips:the code [self loadSubViews]; must in the end.

Author

Paul Wang, [email protected]

License

PWMenuViewController is available under the MIT license. See the LICENSE file for more info.