2 "name": "DataEntryToolbar",
4 "summary": "A subclass of UIToolbar used to navigate up and down a dynamic tableView's text fields'.",
5 "description": "\n DataEntryToolbar is a subclass of UIToolbar intended for use as the input accessory view of a keyboard or picker, providing Next, Previous, & Done buttons to navigate up and down a dynamic tableView.\n\n To set up:\n - Set a `DataEntryToolbar` instance as the inputAccessoryView of `UITextFields` you want to control\n - Add textFields to `tableTextFields` in cellForRowAtIndexPath, using the textField's cell's indexPath as a key\n - If you want to be notified when a user taps one of the navigation buttons, implement the necessary `toolbarDelegate` methods\n - The look and feel of the toolbar and its buttons can be customized as you would with any toolbar (i.e. barStyle, barTintColor, or button tintColor properties)\n\n",
6 "homepage": "https://github.com/jday001/DataEntryToolbar",
9 "jeff": "jday@jdayapps.com"
12 "git": "https://github.com/jday001/DataEntryToolbar.git",
15 "social_media_url": "https://twitter.com/jday001",
20 "source_files": "Pod/Classes",