Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjuly/kyarctab
Arcuated tab view controller with toggleing animation, 2 ~ 4 tabs are enabled. What's more, you can swipe left or right to toggle the views.
https://github.com/kjuly/kyarctab
ios menu objective-c
Last synced: 16 days ago
JSON representation
Arcuated tab view controller with toggleing animation, 2 ~ 4 tabs are enabled. What's more, you can swipe left or right to toggle the views.
- Host: GitHub
- URL: https://github.com/kjuly/kyarctab
- Owner: Kjuly
- License: mit
- Created: 2013-01-09T18:49:47.000Z (almost 12 years ago)
- Default Branch: dev
- Last Pushed: 2014-07-20T09:11:58.000Z (over 10 years ago)
- Last Synced: 2024-09-19T08:34:16.135Z (about 2 months ago)
- Topics: ios, menu, objective-c
- Language: Objective-C
- Size: 436 KB
- Stars: 242
- Watchers: 31
- Forks: 54
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
KYArcTab
========Arcuated tab view controller with toggleing animation, 2 ~ 4 tabs are enabled. What's more, you can swipe left or right to toggle the views.
![](https://raw.github.com/Kjuly/KYArcTab/dev/DemoScreenshot/demo_screenshot.png)
# Usage
Subclass `KYArcTabViewController` and override the `-setup` message to configure the child view controllers.
Then use the designated initializer below to initialize the tab view controller when you need:
- (id) initWithTitle:(NSString *)title // title
tabBarSize:(CGSize)tabBarSize // size of tab bar
tabBarBackgroundColor:(UIColor *)tabBarBackgroundColor // background color of tab bar
itemSize:(CGSize)itemSize // size of items on tab bar
arrow:(UIImage *)arrow; // arrow on the tab bar---
# LicenseThis code is distributed under the terms and conditions of the MIT license.