I want to remove cell of table in Apple watch. Is there any delegate method like commitEditingStyle
which we use in iPhone app. Or any user interface like gesture or any thing so i can remove cell and data which i want at runtime. I already use didSelectRowAtIndex
for navigate to other controller so please give me a other way.So, i can maintain both events. Thank you in advance.
There is no way. Context menu could be used but it works for full controller, and there is no way to detect row/coordinates. The best way when user clicks on row you display detail controller with delete button or context menu