I'm testing a new iPhone app with my end-users and found that a lot of times they misses the clickable area of a UITableCell and perform the wrong action. (Some users never before use any kind of computer!).
Then I try myself and found that still I can fail sometimes. So I wonder how increase the tappable area of the cell with accessoryType = UITableViewCellAccessoryDetailDisclosureButton
I try reducing the width of the contenview but still fail. I think is necesary hit exactly thw blue arrow to hit it.
I want something like the last 1/4 of the cell be the hit area.