To run the example project, clone the repo, and run pod install
from the Example directory first.
iOS 8.0+
CMTabbarView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "CMTabbarView"
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;
Moyun, [email protected]
CMTabbarView is available under the MIT license. See the LICENSE file for more info.