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: about 1 year 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 (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2018-12-24T19:33:03.000Z (over 7 years ago)
- Last Synced: 2024-10-30T13:37:51.045Z (over 1 year 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
[](https://developer.apple.com/macos/)
[](https://developer.apple.com/swift/)
[](http://mit-license.org)
[](http://twitter.com/robinlu)
`LYTabView` is a customized Tab View with modernized tab bar style for Mac OS X.

## Features
* Yosemite / El Capitan style tab bar
* Auto Layout
* Animation
* Reposition by drag and drop
* Tab context menu
* compatible with title bar
Animation

Drag and Drop

Used in title bar

## 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.