0

I am developing today extension.I am displaying tableview cell within my extension.It is working very well. But the problem is that, i have also given swipe to delete functionalaity in UITableViewcell, but this is not working. does swipe feature does not work in Today Extension?

yadav
  • 103
  • 1
  • 8
  • You should not use horizontal swipe in today extensions, it's reserved for navigation (there is some documentation available about this fact, if I knew out of my head where to find it, this would have been an answer instead of a comment ;) ) – dogsgod Apr 19 '15 at 07:25

1 Answers1

1

You should not do this. From human interface guide for today widgets:

Avoid enabling horizontal swiping or dragging, because it interferes with navigation between Notification Center areas.

Vlad
  • 7,199
  • 2
  • 25
  • 32