LRSlidingTableViewCell icon indicating copy to clipboard operation
LRSlidingTableViewCell copied to clipboard

Changing Interface Orientation

Open arvindhsukumar opened this issue 12 years ago • 0 comments

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;
}

arvindhsukumar avatar Sep 23 '12 08:09 arvindhsukumar