I am developing an app which contains a table view. I want to appear the default delete button of table view (similar to swipe on delete) while tapping a right bar button in the navigation. IS it possible to do so ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You can make the delete indicators of all cells to appear by calling
from your button's handler. If you want the indicator to appear only on the currently selected cell, you can do this:
|
|||
|
|