I am working on an app which supports on iOS6 & iOS7. The UITableViewCell swipe and delete functionality is working fine in both directions (Right To Left, Left To Right) on iOS6. But on iOS7, only One direction(Right To Left) is working. Is APPLE removed that supportability? or i need to add any small code for that? or Need to overwrite the swipe functionality for UITableViewCell?
Any comments or suggestions would be appreciated.
Thank you in advance.