Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robin/LYTabView
A customized Mac OS X Tab View with modern tab bar style
https://github.com/robin/LYTabView
macos swift tabbar
Last synced: 12 days ago
JSON representation
A customized Mac OS X Tab View with modern tab bar style
- Host: GitHub
- URL: https://github.com/robin/LYTabView
- Owner: robin
- License: mit
- Created: 2016-04-15T01:39:47.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-12-24T19:33:03.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T16:56:08.625Z (3 months ago)
- Topics: macos, swift, tabbar
- Language: Swift
- Size: 393 KB
- Stars: 80
- Watchers: 6
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# LYTabView
[![Platform](http://img.shields.io/badge/platform-macOS-red.svg?style=flat)](https://developer.apple.com/macos/)
[![Swift 3](https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat)](https://developer.apple.com/swift/)
[![License](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](http://mit-license.org)
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/robinlu)`LYTabView` is a customized Tab View with modernized tab bar style for Mac OS X.
![Mac OS X Tab View](https://raw.githubusercontent.com/robin/LYTabView/master/images/LYTabBar.png)
## Features
* Yosemite / El Capitan style tab bar
* Auto Layout
* Animation
* Reposition by drag and drop
* Tab context menu
* compatible with title barAnimation
![animation](https://raw.githubusercontent.com/robin/LYTabView/master/images/animation.gif)Drag and Drop
![drag and drop](https://raw.githubusercontent.com/robin/LYTabView/master/images/draganddrop.gif)Used in title bar
![used in title bar](https://raw.githubusercontent.com/robin/LYTabView/master/images/titlebar.gif)## Install
LYTabView supports Carthage. Add following line in `Cartfile`github "robin/LYTabView"
Following the [steps](https://github.com/Carthage/Carthage#if-youre-building-for-os-x) to add the framework into your project.
Or You can build it as a stand alone framework and add it into your project.
## Usage
Check the Demo App for the usage## Author
[Lu Yibin](http://robin.github.io)## License
LYTabView is available under the MIT license. See the LICENSE file for more info.