STTabbar
A subclass on UITabbar that provides allows you to customize the shape of UITabbar with a raised center button and curved tabbar layer.
Install / Use
/learn @11Shraddha/STTabbarREADME
STTabbar
A subclass on UITabbar that provides allows you to customize a shape of UITabbar with raised center button. You can change appearance of tabbar according to your needs.

Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
iOS 10.0+ Xcode 10.0+ Swift 4.2+
Installation
STTabbar is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'STTabbar'
Usage
- Setup Stoaryboard. Add UITabbarViewcontroller in the storyboard.
- Craete custom TabbarController class using below code.
class CustomTabViewController: UITabBarController {
override func viewDidLoad() {
super.viewDidLoad()
if let myTabbar = tabBar as? STTabbar {
myTabbar.centerButtonActionHandler = {
print("Center Button Tapped")
}
}
}
}
- Go to stoaryboard and change UITabBarController class to CustomTabViewController.

- Also change UItabBar class to STTabbar.

Author
11Shraddha, shraddhasojitra11@gmail.com
License
STTabbar is available under the MIT license. See the LICENSE file for more info.
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
