AdaptiveSpaceItem 1.2.0

AdaptiveSpaceItem 1.2.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2016
SPMSupports SPM

Maintained by Tom Baranes, Vincent CARLIER.



  • By
  • Tom Baranes

AdaptiveSpaceItem

AdaptiveSpaceItem is a NSToolbarItem subclass which will create space to center the next toolbar item.

Installation

Swift Package Manager

AdaptiveSpaceItem is available on SPM. Just add the following to your Package file:

import PackageDescription

let package = Package(
    dependencies: [
        .Package(url: "https://github.com/tbaranes/AdaptiveSpaceItem.git", majorVersion: 1)
    ]
)

Manual Installation

Just drag the Source/*.swift files into your project.

Usage

Using Interface Builder add an “ToolbarItem” to your toolbar and set its class to AdaptiveSpaceItem. The next item will be centered in the toolbar.

What’s next

  • Your ideas!

Contribution

  • If you found a bug, open an issue
  • If you have a feature request, open an issue
  • If you want to contribute, submit a pull request

Licence

AdaptiveSpaceItem is available under the MIT license. See the LICENSE file for more info.