Closed tbrannam closed 10 years ago
@tbrannam alot of properties are picked up automatically using reflection, however if its declared as a selector in the header or if it takes a enum then It cant be detected automatically. If you find anything missing please submit a PR or issue. Sorry docs definitely need a bit of work
So UITableViewCell's don't accept a color for selected background color, instead they are customized in a non-UIAppearance fashion. The typical implementation for a solid color is create a proxy view, and set a background color to that. Or alternatively provide an image instead of a color.
thanks for making this library available
It would be great to see some wrappers around cell customization - specifically things like selectedbackgroundcolor.
Additional examples/docs around creating custom implementations would be good too.