Bar Button Item that can be moved anywhere in the screen, like Android's stickers button.
[](https://travis-ci.org/Tomoya Hirano/FlowBarButtonItem)
To run the example project, clone the repo, and run pod install from the Example directory first.
FlowBarButtonItem is available through CocoaPods. To install it, simply add the following line to your Podfile:
use_frameworks!
pod "FlowBarButtonItem"import FlowBarButtonItemlet right = FlowBarButtonItem(image: UIImage(named: "image"), style: .Done, target: self, action: "rightAction:")
navigationItem.rightBarButtonItem = right
right.enableFlow()Tomoya Hirano, [email protected]
FlowBarButtonItem is available under the MIT license. See the LICENSE file for more info.
