Skip to content

Commit

Permalink
FIX supportedInterfaceOrientations returnType in RBStoryboardLink
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiterZX committed Dec 1, 2015
1 parent dab792e commit 09af040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/RBStoryboardLink.m
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ - (BOOL)shouldAutorotate {
return [self.scene shouldAutorotate];
}

- (NSUInteger)supportedInterfaceOrientations {
- (UIInterfaceOrientationMask)supportedInterfaceOrientations {

// The linked scene defines supported orientations.
return [self.scene supportedInterfaceOrientations];
Expand Down

0 comments on commit 09af040

Please sign in to comment.