SkillAgentSearch skills...

FlowBarButtonItem

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

Install / Use

/learn @noppefoxwolf/FlowBarButtonItem
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FlowBarButtonItem

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

[![CI Status](http://img.shields.io/travis/Tomoya Hirano/FlowBarButtonItem.svg?style=flat)](https://travis-ci.org/Tomoya Hirano/FlowBarButtonItem) 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, cromteria@gmail.com

License

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

Related Skills

View on GitHub
GitHub Stars152
CategoryDevelopment
Updated2y ago
Forks18

Languages

Shell

Security Score

80/100

Audited on Nov 7, 2023

No findings