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

updated onboarding

parent c0963fb5
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