-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels