xmartlabs/XLForm

Inconsistent highlight / unhighlight colors for XLFormRowDescriptorTypeText vs XLFormRowDescriptorTypeSelectorPickerView

Opened this issue · 1 comments

I maybe missing something, but it seems the highlight / unhighlight colors are inconsistent.

For XLFormRowDescriptorTypeText, when activated the title becomes the tint color, while the text field becomes black.

For XLFormRowDescriptorTypeSelectorPickerView, when activated, the title stays black while the value turns to the tint color.

Is this behavior expected?

All the text rows highlight the title and all the selector rows highlight the value. They are different types of rows. The selector rows have been designed the same as the rows in some iOS apps. Text rows normally don't have coloring but I think it did make more sense to highlight the title than the changing text field.