views:

269

answers:

0

I have a UIView which contains a UITableView. I customized the cells of the UITableview to display the cells as individual boxes which are a little thinner than the width of the table. One problem is that when I set the Accessory type of the table to UITableViewCellAccessoryDetailDisclosureButton, the arrow overlaps the right edge of the cell box.

Is there anyway to nudge the detail disclosure button to the left about 15 pixels so it doesn't overlap the box?

I have tried manipulating the frame and center values of the AccessoryView but nothing that try affects the positioning of the view.

Is there any way to override the accessoryView's positioning?