RERadioItem / RETableViewOptionsController label color bug
Whenever you repeatedly select an item from a radio item (e.g. in your example app via Forms > Radio), the selected item value label always changes to one of two colors (either black or gray). It should be either only gray or only black.
See these two screenshots for both cases. (Look at the "Radio" value label.)

This also happens with REDateTimeItem. The color alternates between black and gray every time the value in the date picker is changed.
Here's a video demonstration: http://cl.ly/0Y0o0R3E1s2z
I'm working on tracking this bug down. I'm currently looking at self.detailTextLabel.textColor in the RETableViewDateTimeCell, ...OptionCell, and ...PickerCell classes. Changing it to, say, [UIColor grayColor] fixes the issue.
I've fixed the issue with RETableViewDateTimeCell with a kludgy hack over in my fork: https://github.com/daylen/RETableViewManager
Your issue can be fixed in a similar manner.
Why don't you create a pull request?
Am 08.01.2015 um 08:04 schrieb Daylen Yang [email protected]:
I've fixed the issue with RETableViewDateTimeCell with a kludgy hack over in my fork: https://github.com/daylen/RETableViewManager
Your issue can be fixed in a similar manner.
— Reply to this email directly or view it on GitHub.
Created #209. Reason why I didn't initially is because the fix is really hacky.
For me this bug still occurs. I use the following pod requirement:
pod 'RETableViewManager', :head # '~> 1.5.14'
So the merge should already been pulled.
In my case I have a table with multiple RETableViewSections with fields. One of those sections has two RERadioItems. The second item have the colors like inverted: black when nothing is selected yet, gray when selected.
YES,I have this issue already.Anybody can help me.Thanks.
pod 'RETableViewManager'