I want to change the location of the minus image from the left side of the cell to the middle of it. Tried reading here: http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/tableview_iphone/ManageInsertDeleteRow/ManageInsertDeleteRow.html but couldn't find an easy way for doing that.
Thanks
In your custom cell layoutSubviews method use:
as shown here https://stackoverflow.com/a/8512461/1747635.