Eureka: PickerInlineRow does not have Default Cell Setup, RowInitializer, Update, OnCellHighlight, and OnCellUnhighlight.

Created on 12 Aug 2016  路  1Comment  路  Source: xmartlabs/Eureka

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.

question

Most helpful comment

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings