Popularity
3.2
Growing
Activity
0.0
Stable
152
6
19

Programming language: Shell
License: MIT License
Tags: UI     Button    
Latest version: v0.1.0

FlowBarButtonItem alternatives and similar libraries

Based on the "Button" category.
Alternatively, view FlowBarButtonItem alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of FlowBarButtonItem or a related project?

Add another 'Button' Library

README

FlowBarButtonItem

Bar Button Item that can be moved anywhere in the screen, like Android's stickers button.

CI Status Version License Platform

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. To install it, simply add the following line to your Podfile:

use_frameworks!
pod "FlowBarButtonItem"

How to use.

import FlowBarButtonItem
let right = FlowBarButtonItem(image: UIImage(named: "image"), style: .Done, target: self, action: "rightAction:")
navigationItem.rightBarButtonItem = right
right.enableFlow()

Author

Tomoya Hirano, [email protected]

License

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


*Note that all licence references and agreements mentioned in the FlowBarButtonItem README section above are relevant to that project's source code only.