Skip to content

Changing Interface Orientation #3

@arvindhsukumar

Description

@arvindhsukumar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions