Skip to content
Snippets Groups Projects
Commit 5868a183 authored by Oliver Wiese's avatar Oliver Wiese
Browse files

Merge remote-tracking branch 'origin/master'

parents b9190ffb a112688b
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment