views:

378

answers:

1

Is it possible for a UITableViewCell's accessory view to be sized based on the size of the UITableViewCell that owns it? How can I achieve this?

+1  A: 

Is this a custom accessory view or one of the standard ones? The standard ones only centre in the cell (which is still quite useful) rather than resize. However if you push a UISwitch or other custom view as an accessory view then these might resize.

h4xxr