vote up 0 vote down star

Hi, in my app when user swipes a certain row I want to display a delete button. And when the button appears it obscures IndexTitles and another label in my cell (it has subviews).

How can I customize my table when the button appears?

Thank you.

flag

2 Answers

vote up 0 vote down

What do you mean by "obscures"? Does your content shrink to give space to the delete button or the button draws over your content?

In the latter case, you should be considering adding your content as subviews of the cell's contentView.

link|flag
vote up 0 vote down

Building off of E-ploko, may sure you're not positioning things absolutely. ie, if you want something to appear 10 pixels from the right boundary of the content view, calculate what the position should be, don't assume a constant width.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.