Commit graph

4 commits

Author SHA1 Message Date
Fredrik Lillejordet 21e0d1cd3d simplified backgroundColor logic 2018-04-10 13:04:56 -04:00
Fredrik Lillejordet 2f538b9f59 fixed header formatting 2018-04-10 13:04:22 -04:00
Fredrik Lillejordet d16bffe6c1 forget target reference to new class in PR 2018-04-10 13:04:22 -04:00
Fredrik Lillejordet 8984f659f3 Keeps original background color of a subview in during row selection
When a row is selected in UITableView, background colors of all UIView subviews gets changed. This class will prevent that from happening so that the blue dot can remain blue while the row is selected. Description and solution suggestions found in the following link:
https://stackoverflow.com/questions/6745919/uitableviewcell-subview-disappears-when-cell-is-selected/27717607
2018-04-10 13:04:22 -04:00