I set the Property of UITableview - "Show Selection On Touch" to YES in Interface Builder. But when I selected a row, the cell's style just changed its color to blue.
In some app which contains UITableview, when user selected a row,it will appear a '√' to represent that this row is selected.
I want to know how can I get this effect.
Thanks!