[Solved] How do I create a “down caret” on my UITableView separator?
[ad_1] The best solution from a design perspective would be to subclass UITableViewCell (see this question). As for displaying the down arrow you have a lot of options to get some UIView subclas to display an arrow. I used the unicode character for a down arrow with a UILabel and it works well. You could … Read more