Most other rows, including DateInlineRow have these 5 functions to set the defaults. Thank you!
iOS 9.3. Xcode 7.3.1. Eureka 1.7.0.
Notice that PickerInlineRow is a generic type.
For instance, the right way to set the defaultCellUpdate to PickerInlineRow is:
PickerInlineRow<String>.defaultCellUpdate = { .... }
you should do that as many times as different generic types you use in your app.
Most helpful comment
Notice that
PickerInlineRowis a generic type.For instance, the right way to set the defaultCellUpdate to PickerInlineRow is:
you should do that as many times as different generic types you use in your app.