AJ Miller
AJ Miller
This pull request adds an optional delegate method `pickerView(pickerView: AKPickerView, didPressItem: Int)` to fire a separate event when an item is single tapped. It also adds a public flag to...
Noticed that when calculating the spacing, that JBSpacer takes a CGFloat for itemSize. If it took a CGSize parameter instead, it could include the height of the cell as it's...
This pull request updates the JBSpacer class to accept a CGSize struct instead of a CGFloat. It still bases updates on the .width of the CGSize, but also honors any...