LRSlidingTableViewCell
LRSlidingTableViewCell copied to clipboard
Changing Interface Orientation
The sample app (and any app built with similar code) exhibits issues when a Cell has been swiped, and the interface is rotated.
Adding the following in the VC corrects the issue
-(void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation{
currentlyActiveSlidingCell = nil;
}