Skip to content
Snippets Groups Projects
Commit a112688b authored by jakobsbode's avatar jakobsbode
Browse files

Merge branch 'swift3'

parents 42e2f859 5f1a3de1
Branches
Tags
No related merge requests found
......@@ -60,6 +60,9 @@ static NSString * const kSkipButtonText = @"Skip";
return self;
}
- (UIInterfaceOrientationMask) supportedInterfaceOrientations {
return UIInterfaceOrientationMaskPortrait;
}
#pragma mark - Initializing with video files
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment