SVETabBarController
SVETabBarController is a Tab Bar controller inspired by the tab system on Google Chrome for mobile. The tabbar is displayed on the top of the screen and it auto hides it or shows it when you scroll inside the selected view. It was designed to be a drop in replacement of UITabBarController to make the switch easy.
Install / Use
/learn @SergioEstevao/SVETabBarControllerREADME
SVETabBarController 
SVETabBarController is a Tab Bar controller inspired by the tab system on Google Chrome for mobile. The tabbar is displayed on the top of the screen and it auto hides it or shows it when you scroll inside the selected view. It was designed to be a drop in replacement of UITabBarController to make the switch easy.
SVETabBarController is tested on iOS 5 and requires ARC. Released under the MIT license.
Example

Open up the included Xcode project for an example app and the tests.
Usage
// Initialize the view controller
SVETabBarController * tabBarController = [[SVETabBarController alloc] init];
NSMutableArray * controllers = [NSMutableArray array];
for ( int i = 0; i < 8; i++) {
UIViewController * controller = [[SampleTableViewController alloc] init];
controller.title = [NSString stringWithFormat:@"Tab %i", i];
[controllers addObject:controller];
}
tabBarController.viewControllers = controllers;
See the header for full documentation.
Installation
Simply add the files in the SVETabBarController.h and SVETabBarController.m to your project or add SVETabBarController to your Podfile if you're using CocoaPods.
Related Skills
openpencil
2.1kThe 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.
HappyColorBlend
HappyColorBlendVibe Project Guidelines Project Overview HappyColorBlendVibe is a Figma plugin for color palette generation with advanced tint/shade blending capabilities. It allows designers to
Flyaro-waffle-app
Waffle Delight - Full Stack MERN Application Rules & Documentation Project Overview A comprehensive waffle delivery application built with MERN stack featuring premium UI/UX, admin management, a
ui-ux-pro-max-skill
60.7kAn AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
