- Notifications
You must be signed in to change notification settings - Fork66
A fun, easy-to-use tab bar navigation controller for iOS.
License
softhausHQ/CircleBar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation

Don’t you, sometimes, miss fun user interfaces?
Truth is, we do. Sure, you can't use them in enterprise apps for obvious reasons, but if you're working on a fun project...
CircleBar is a fun tab bar navigation controller,
written in Swift 4 and available through CocoaPods.
Currently at v1.0. Contributions are welcome.
We’re a nimble team of friendly designers and thoughtful developers.
Have a fun project or need help?

CircleBar is available throughCocoaPods. To installit, simply add the following line to your Podfile:
pod'CircleBar'
- Write the Usage section
- Improve landscape support
- Improve transitions
- Release v1.0
- iPad support
Create a new
UITabBarController
in your storyboard or nib.Set the class of the
UITabBarController
toSHCircleBarController
in your Storyboard or nib.Set the class of the
UITabBar
ofSHTabBarController
toSHCircleBar
in your Storyboard or nib.Add a custom image icon and title for
UITabBarItem
of each childUIViewContrroller
.
To run the example project, clone the repo, and runpod install
from the Example directory first.
CircleBar is available under the MIT license. See theLICENSE file for more information.
If you use the library, please include credits and link tohttps://softhaus.org.
Design inspired from Lukáš Straňák, Dribbble.
Thank you.
About
A fun, easy-to-use tab bar navigation controller for iOS.