alamodey

Results 5 issues of alamodey

I'm just following the basic code in the documentation and put this in my viewDidLoad: ``` // Setup colorPickerView colorPickerView = ColorPickerView(frame: CGRect(x: 0.0, y: 0.0, width: 200, height: 100))...

Hi, I'm considering using IGColorPicker to implement a tag/bookmark feature in my notebook app. The user can choose different colors to identify pages and then filter through pages based on...

``` import UIKit import Toolbar class ViewController: UIViewController { lazy var toolbar: Toolbar = { let toolbar: Toolbar = Toolbar([ Toolbar.Item(title: "BUTTON", target: nil, action: #selector(test(_:))), Toolbar.Item(title: "BUTTON", target: nil,...

I saw the video demo on this Github page, so I thought the toolbar is meant to move relative to the keyboard. But am I actually meant to use the...

Hi, the current version of Xcode can not compile your code. Do you mind making slight updates so it is still current and working? I would like to test out...