What is the best way to customize a grouped UITableViewCell
? I need to create a customized UITableViewCell
but i can't change the separator style and add a shadow.
The thing that i got is (right) and what i want is on the left side. So i changed the separator style but i still got the other white line under it. So my question is how can i remove (or change color) the second white line (separator and the one under the cell) and how can i add a shadow?
Thanks