KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
EKTabBar
★ 13
Open GitHub ↗
Great floating TabBar written on swift
Download README (.md)
Explore Similar Repositories
sample-functions-golang-presigned-url
:
Creating a presigned url for DO's Spaces
Plane-reflection-urp-vr
:
No description available.
rosetta
:
No description available.
zoneless
:
Directives, utils, and events for working with angular zoneless
VSCroll
:
Smooth middle mouse button scrolling for VS Code or any other application
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
EKTabBar
?
Download (.md)
# EKTabBarController    [](https://t.me/emvakar) [](https://www.linkedin.com/in/emvakar) [](https://twitter.com/emvakar) ## Screens <img src="example.png" alt="example" width="700"/> ## Installation 📱 Just add `https://github.com/emvakar/EKTabBar.git` to your Package.swift or Xcode project. Done! ## Usage ✨ ### Step 1 Importing framework ```swift import EKTabBarController ``` ### Step 2 Somewhere in your code, create items ```swift let item1 = EKControllerItem(tabBarButtonItem: UITabBarItem(...), viewController: UIViewController()) let item2 = EKControllerItem(tabBarButtonItem: UITabBarItem(...), viewController: UIViewController()) ``` ### Step 3 Init TabBar controller ```swift let tabBarController = EKTabBarController(controllerItems: [item1, item2], cornerRadius: 20, backgroundColor: .green) ``` ### Step 4 Show it ;) ```swift self.present(tabBarController, animated: true) ``` ## Requirements * Xcode 13.4+ * Swift 5.6 * iOS 13+ ## License This project is under MIT license. For more information, see `LICENSE` file. ## Credits It will be updated when necessary and fixes will be done as soon as discovered to keep it up to date. You can find me on Telegram [@emvakar](https://t.me/emvakar) or Twitter [@emvakar](https://twitter.com/emvakar) or Linkedin [emkarimov](https://www.linkedin.com/in/emvakar). Enjoy! 🤓