Clancey / FlyoutNavigation

Other
95 stars 87 forks source link

Tableview cell swipe to delete not working #58

Closed appcodr closed 9 years ago

appcodr commented 10 years ago

Hi,

I am using the Flyout navigation controller in my app and it works perfectly except for one small issue. I have a tableview and Im using the Swipe to delete option (using CommitEditingStyle and CanEditRowAtIndex methods), but when I swipe i dont see the delete option. In simulator i sometimes can see the swipe option but on phone i couldnt get this to work. Without flyout navigation it works fine. Any workarounds to fix this?