Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quemb/QMBTabs
Tab View Controller just like Safari or mobile Chrome
https://github.com/quemb/QMBTabs
Last synced: 3 months ago
JSON representation
Tab View Controller just like Safari or mobile Chrome
- Host: GitHub
- URL: https://github.com/quemb/QMBTabs
- Owner: quemb
- License: mit
- Created: 2013-06-30T22:04:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-07T12:57:13.000Z (about 11 years ago)
- Last Synced: 2024-07-20T11:06:26.790Z (4 months ago)
- Language: Objective-C
- Size: 1.02 MB
- Stars: 124
- Watchers: 14
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
QMBTabs
=======Version: 0.3 - App Store prooved
Tab View Controller just like mobile Chrome
## New in v0.3:
- iOS 7 adaptations (use topOffset property for setting up the top margin [default: height of the status bar])## Features:
- iOS 5 and above (uses ChildViewController API - released in iOS 5)
- Top Tab View
- Closeable Tabs (optional)
- Default and/or Custom Tab Image
- Tab Stacking on edges like mobile Chrome
- Action Indicator Bar
- Tabs are drawn without images (incl. autosizing)
- Many delegation methods
- works in iPhone, iPad (Landscape and portait)
- Working Sample provided
- App Store tested
- Stacking tabs to left or right (optional via TabBar.stackedTabOffset)## To Do:
- Stacking or Scroll - Option (Stacking only at the moment)
- Sorting (Tap & Hold)
- Cocoa Pod Contribution## More Tab Views:
* [SGTabs by Simon Grätzer](https://github.com/graetzer/SGTabs "SGTabs by Simon Grätzer")
* [MHTabBarController by Matthijs Hollemans](https://github.com/hollance/MHTabBarController "MHTabBarController by Matthijs Hollemans")
* [BHTabBar by Brian Hammond](https://github.com/fictorial/BHTabBar "BHTabBar by Brian Hammond")
* [KOTabs by Adam Horacek](https://github.com/adamhoracek/KOTabs "KOTabs by Adam Horacek")##Licence
MIT License
Copyright (c) 2013 - quemb | Toni Moeckel, Stefan Meschke, Nico Ziegler GbR
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.