How to implement a UITableView
with a separator line like this:
Usually, you can only set the separatorLine
property of a UITableView
with to single line or single line etched. Sometimes, it is not enough. So, how to implement a separator line like this?