designatednerd / DNSSwipeableTableCell

UITableViewCell subclass to add multiple buttons to a swipe-under menu like iOS 7 Mail.
MIT License
175 stars 24 forks source link

Setting cell.accessoryType #14

Closed LavaSlider closed 9 years ago

LavaSlider commented 9 years ago

Setting:

cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;

Leaves the accessory chevron behind when the cell swipes and then when the cell returns leaves the Delete button visible behind the chevron.

designatednerd commented 9 years ago

Zoiks! Sorry about that. I'll see what I can do about that.

designatednerd commented 9 years ago

Addressed in v1.2.0