I create custom UITableViewCell and just put the Accessory Type to Disclosure Button
cell.accessoryType = UITableViewCellAccessoryDetailDisclosureButton;
But the half Accessory is out of the View on the right border of the screen. Sadly, but I can not post a screenshot because I need 10 posts to do that.
I searched everywhere but I did not found anything about this problem.