All Projects → Kjuly → Kyarctab

Kjuly / Kyarctab

Licence: mit
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.

Labels

Projects that are alternatives of or similar to Kyarctab

Angular Aside
Off canvas side menu to use with ui-bootstrap.
Stars: ✭ 194 (-21.14%)
Mutual labels:  menu
Bubbleactions
An open source implementation of the long press actions in the Pinterest app.
Stars: ✭ 217 (-11.79%)
Mutual labels:  menu
Spotmenu
Stars: ✭ 2,668 (+984.55%)
Mutual labels:  menu
Nocturnal
A Dimness and Night Shift menu bar app for macOS 🌙
Stars: ✭ 199 (-19.11%)
Mutual labels:  menu
Netboot.xyz
Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.
Stars: ✭ 2,753 (+1019.11%)
Mutual labels:  menu
Vue Menu
Menu/Contextmenu Component for vue2
Stars: ✭ 227 (-7.72%)
Mutual labels:  menu
Material Ui Popup State
boilerplate for common Material-UI Menu, Popover and Popper use cases
Stars: ✭ 186 (-24.39%)
Mutual labels:  menu
Pygame Menu
Menu for pygame. Simple, lightweight and easy to use
Stars: ✭ 244 (-0.81%)
Mutual labels:  menu
Smartsystemmenu
SmartSystemMenu extends system menu of all windows in the system
Stars: ✭ 209 (-15.04%)
Mutual labels:  menu
Ifmmenu
仿微信添加菜单
Stars: ✭ 235 (-4.47%)
Mutual labels:  menu
Hc Offcanvas Nav
JavaScript library for creating toggled off-canvas multi-level navigations, allowing endless nesting of submenu elements, supporting swipe gestures, keyboard interactions and ARIA attributes.
Stars: ✭ 201 (-18.29%)
Mutual labels:  menu
Vue Bloom Menu
this is a menu based on vue
Stars: ✭ 209 (-15.04%)
Mutual labels:  menu
React Dropdown Select
Customisable dropdown select for react
Stars: ✭ 227 (-7.72%)
Mutual labels:  menu
Azdropdownmenu
A simple dropdown menu component for iPhone
Stars: ✭ 198 (-19.51%)
Mutual labels:  menu
React Native Dropdown Picker
A single / multiple, categorizable & searchable item picker (dropdown) component for react native which supports both Android & iOS.
Stars: ✭ 230 (-6.5%)
Mutual labels:  menu
Sway Launcher Desktop
TUI Application launcher with Desktop Entry support. Made for SwayWM, but runs anywhere
Stars: ✭ 188 (-23.58%)
Mutual labels:  menu
Mmenu Js
The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.
Stars: ✭ 2,535 (+930.49%)
Mutual labels:  menu
Dropdownmenukit
UIKit drop down menu, simple yet flexible and written in Swift
Stars: ✭ 246 (+0%)
Mutual labels:  menu
React Menu
React component for building accessible menu, dropdown, submenu, context menu and more.
Stars: ✭ 237 (-3.66%)
Mutual labels:  menu
Swiftpagemenu
Customizable Page Tab Menu Controller 👍
Stars: ✭ 233 (-5.28%)
Mutual labels:  menu

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.

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

License

This code is distributed under the terms and conditions of the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].