Align UITableViewCell accessoryView to bottom of cell instead of middle
Posted
by Jason Prado
on Stack Overflow
See other posts from Stack Overflow
or by Jason Prado
Published on 2010-04-18T22:07:37Z
Indexed on
2010/04/18
22:13 UTC
Read the original article
Hit count: 304
iphone
In the native Mail app, the To: field has a ContactAdd UIButton on the right in the accessoryView position, but it is aligned to the bottom of the cell (which you can see as the cell grows in height). Is it possible to mimic this using the accessoryView property? As far as I can tell, accessoryViews always align in the middle.
© Stack Overflow or respective owner