I have a custom UIView subclass. I'd like to add the disclosure indicator icon to it that is so easy to add to a UITableViewCell. Is there any way to do this?
Edit
I'm hoping to do this without the use of a UIButton and definitely without the use of a UITableViewCell. I understand that modifying my custom UIView to be a custom UIButton would allow me to just set the buttonType property but for my case, this seems less elegant than doing it all within a UIView.