SmoothTabBar
SmoothTabBar is inspired from SmoothBottomBar. Thus, I designed this for you.
Install / Use
/learn @dhruvikdhanani/SmoothTabBarREADME
SmoothTabBar

Installation
- Drag & drop source folder in your project directory.
1) Create TabItem Model like below that return [ViewController]
- TabItem model return Tab with Image, without Image & tabName
let v1 = ViewController()
TabItem(v1, imageName: "home", tabName: "Home")
// v1 stands for ViewController
// pass image name as String
// pass tabName as String
func smoothTab() -> [TabItem] {
let v1 = HomeViewController()
let v2 = HomeViewController()
let v3 = HomeViewController()
let v4 = HomeViewController()
let t1 = TabItem(v1, imageName: "home", selectedImage: nil, tabName: nil)
let t2 = TabItem(v2, imageName: "search", selectedImage: nil, tabName: nil)
let t3 = TabItem(v3, imageName: "cart", selectedImage: nil, tabName: nil)
let t4 = TabItem(v4, imageName: "profile", selectedImage: nil, tabName: nil)
return [t1,t2,t3,t4]
}
2) Set AppTabBarViewController as rootViewController in didFinishLaunchingWithOptions
window = UIWindow(frame: UIScreen.main.bounds)
let tab = AppTabBarViewController.init(nibName: "AppTabBarViewController", bundle: nil, smoothData: smoothTab())
window?.rootViewController = tab
window?.makeKeyAndVisible()
Now Boommmmm & Run. Your one star give me a lot inspiration.
- For More Info... Download Project and check all stuff configuration in AppDelegate
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=XAYQKAT69SRME&lc=NZ&item_name=Buy%20me%20a%20coffee&amount=3%2e00¤cy_code=USD&button_subtype=services&bn=PP%2dBuyNowBF%3abtn_buynowCC_LG%2egif%3aNonHosted" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
Related Skills
diffs
344.4kUse the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.
clearshot
Structured screenshot analysis for UI implementation and critique. Analyzes every UI screenshot with a 5×5 spatial grid, full element inventory, and design system extraction — facts and taste together, every time. Escalates to full implementation blueprint when building. Trigger on any digital interface image file (png, jpg, gif, webp — websites, apps, dashboards, mockups, wireframes) or commands like 'analyse this screenshot,' 'rebuild this,' 'match this design,' 'clone this.' Skip for non-UI images (photos, memes, charts) unless the user explicitly wants to build a UI from them. Does NOT trigger on HTML source code, CSS, SVGs, or any code pasted as text.
openpencil
2.0kThe world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
ui-ux-pro-max-skill
56.5kAn AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
