So I tried adding a border to my UITableViewCell however when two UITableViewCell are against each other, it seems that the border collides (the top border of the bottom cell vs the bottom border of the top cell) and therefore it makes the border twice as thick as it’s needed. Is there a way around of doing this?
So I tried adding a border to my UITableViewCell however when two UITableViewCell are
Share
Top border of top cell should have the correct width, bottom border of bottom cell should have correct width. Top border of bottom cell, bottom border of top cell and top+bottom of all middle cells should have half width.
Hopes this helps 🙂