CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

CMTabbarView 0.2.0

CMTabbarView 0.2.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jul 2017

Maintained by Moyun.



Example

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

Requirements

iOS 8.0+

Installation

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

pod "CMTabbarView"

Usage

You can create menu view

tabbarView = [[CMTabbarView alloc] initWithFrame:CGRectMake(0, 20, self.view.bounds.size.width, 40)];
tabbarView.delegate = self;
tabbarView.dataSource = self;

You need implement the protocol

- (NSArray<NSString *> *)tabbarTitlesForTabbarView:(CMTabbarView *)tabbarView;

Author

Moyun, [email protected]

License

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