ENTabBarView icon indicating copy to clipboard operation
ENTabBarView copied to clipboard

A clean & simple TabBar View for OS X in Objective-C

Results 2 ENTabBarView issues
Sort by recently updated
recently updated
newest added

https://github.com/Carthage/Carthage In order to use this library, one has to > Drag ENTabBarView into your project. It's not ideal. It's better to support a package manger such as Carthage.

I'm getting the following **warning** (`ENTabBarView.m`): ``` 'dragImage:at:offset:event:pasteboard:source:slideBack:' is deprecated: first deprecated in OS X 10.7 Use -beginDraggingSessionWithItems:event:source: instead ``` How can this be fixed?