mwaterfall / MWPhotoBrowser

A simple iOS photo and video browser with grid view, captions and selections.
MIT License
8.75k stars 2.71k forks source link

Warning with Xcode7.2: MWPhotoBrowser.m:550:1: Conflicting return type in implementation of 'supportedInterfaceOrientations' #475

Open RainbowMango opened 8 years ago

RainbowMango commented 8 years ago

hi,

/Pods/MWPhotoBrowser/Pod/Classes/MWPhotoBrowser.m:550:1: Conflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned long')

idf3d commented 8 years ago

:+1: Additionally, it's looks like there is pull-request already provided with fix for it (#450)