AdaptiveSpaceItem is a NSToolbarItem subclass which will create space to center the next toolbar item.
AdaptiveSpaceItem is available on CocoaPods. Just add the following to your Podfile:
pod 'AdaptiveSpaceItem'
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)
]
)
Just drag the Source/*.swift
files into your project.
Using Interface Builder add an "ToolbarItem" to your toolbar and set its class to AdaptiveSpaceItem. The next item will be centered in the toolbar.
- Your ideas!
- 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
AdaptiveSpaceItem is available under the MIT license. See the LICENSE file for more info.