https://github.com/noppefoxwolf/FlowBarButtonItem
Bar Button Item that can be moved anywhere in the screen, like Android's stickers button.
https://github.com/noppefoxwolf/FlowBarButtonItem
Last synced: about 1 year ago
JSON representation
Bar Button Item that can be moved anywhere in the screen, like Android's stickers button.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/FlowBarButtonItem
- Owner: noppefoxwolf
- License: mit
- Archived: true
- Created: 2015-12-14T15:38:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T08:42:03.000Z (over 10 years ago)
- Last Synced: 2024-05-02T05:45:59.276Z (about 2 years ago)
- Language: Shell
- Homepage:
- Size: 1010 KB
- Stars: 152
- Watchers: 6
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlowBarButtonItem
Bar Button Item that can be moved anywhere in the screen, like Android's stickers button.

[](https://travis-ci.org/Tomoya Hirano/FlowBarButtonItem)
[](http://cocoapods.org/pods/FlowBarButtonItem)
[](http://cocoapods.org/pods/FlowBarButtonItem)
[](http://cocoapods.org/pods/FlowBarButtonItem)
## Usage
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
FlowBarButtonItem is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
use_frameworks!
pod "FlowBarButtonItem"
```
## How to use.
```swift
import FlowBarButtonItem
```
```swift
let right = FlowBarButtonItem(image: UIImage(named: "image"), style: .Done, target: self, action: "rightAction:")
navigationItem.rightBarButtonItem = right
right.enableFlow()
```
## Author
Tomoya Hirano, cromteria@gmail.com
## License
FlowBarButtonItem is available under the MIT license. See the LICENSE file for more info.