Is there a simple way to place a detail disclosure icon on a UIButton? I’m using a navigation controller and I want a button press to push a new view on the stack, so I thought a detail disclosure icon would be appropriate, but I haven’t found a straightforward way to do that yet.
What I have in mind is something like the “When Timer Ends” button in the Timer subview of the Clock app.
That “When Timer Ends” “button” isn’t really a button, but a heavily styled UITableViewCell.
Of course you can still implement it as a button. Just create 2 images containing the disclosure indicator, and use
-setBackgroundImage:forState:.