From 10aacf30e98e6ad9d1f4f70663f9a364b5d39073 Mon Sep 17 00:00:00 2001 From: Oliver Dowling Date: Thu, 17 Sep 2015 14:06:59 +1000 Subject: [PATCH] Fix for Xcode 7 warning with API change --- SWRevealViewController/SWRevealViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWRevealViewController/SWRevealViewController.m b/SWRevealViewController/SWRevealViewController.m index d378d13..6df6a32 100755 --- a/SWRevealViewController/SWRevealViewController.m +++ b/SWRevealViewController/SWRevealViewController.m @@ -762,7 +762,7 @@ - (void)viewDidAppear:(BOOL)animated } -- (NSUInteger)supportedInterfaceOrientations +- (UIInterfaceOrientationMask)supportedInterfaceOrientations { // we could have simply not implemented this, but we choose to call super to make explicit that we // want the default behavior.