fastred / AHKActionSheet

An alternative to the UIActionSheet inspired by the Spotify app.
MIT License
1.16k stars 130 forks source link

Get rid of the warning in Xcode 7 #31

Closed lucasecf closed 9 years ago

lucasecf commented 9 years ago

Hello!

In Xcode 7, the NSUInteger return type for the supportedInterfaceOrientations was giving a warning, so we need to change it by UIInterfaceOrientationMask in order to get rid of it.

This was the main reason of the PR, but I also updated the example project to the new project structure used by Xcode7. Besides that, in the demo project, the "Launch Screen File" was empty, which was causing this black bars appears when running the demo in Xcode 7.

simulator screen shot 21 de out de 2015 08 29 17

fastred commented 9 years ago

Thanks for sending this PR!

I added you as a collaborator. Please feel free to handle any incoming issues and pull requests to this repository.

lucasecf commented 9 years ago

@fastred Thanks, I'm glad to help.