Arrows 1.0.0

Arrows 1.0.0

Maintained by Antonio Casero.



Arrows 1.0.0

Carthage compatible CocoaPods Platform Language

Twitter

Arrows is an animated custom view, made with Core Graphics, to represent three different states: up/down/middle

Arrowa demo1

Usage

Just need to set ArrowView in the class you want to be painted with the arrow indicator in IB

In your ViewController, you can change the state of the arrow using update function

class YourViewController: UIViewController {
    @IBOutlet weak var arrow: ArrowPanel!

    override func viewDidLoad() {
        super.viewDidLoad()
        // .up, .down, .middle
        arrow.update(to: .middle, animated: true)
    }
}

The perfect companion for Arrows is Panels, take a look!

Arrowa demo1

Installation

CocoaPods

Add the line pod "Arrows" to your Podfile

Carthage

Add the line github "antoniocasero/Arrowa" to your Cartfile

Author

Project created by Antonio Casero (@acaserop on Twitter).

Credits

UI Sketch