Aaron
Aaron
@lhr000lhr looks like it still hasn't been addressed. I have some time so I'm going to fork it and see if I can find a solution. Edit: got it to...
Here's how the options should be formatted. `let options : [AnyObject]! = [ ["Male", "Female"] ]`
Same issue here. Crashing on the same line. Any solution yet?
@thankmelater23 The format for the picker should be and array of arrays. The first array is the different components of the picker with sub array of items. `let options :...
I am also looking for this. My thought would be to have two Delegates, the existing `TOPasscodeViewControllerDelegate` and a`TOPasscodeViewControllerAsyncDelegate`. It would be an "Exclusive Or" on which one you can...
Having the same issue. Any status on if/when this will be implemented?