rnystrom / RNGridMenu

A grid menu with elastic layout, depth of field, and realistic animation.
MIT License
1.28k stars 192 forks source link

Fixing compiler warnings #23

Open GJNilsen opened 10 years ago

GJNilsen commented 10 years ago

After upgrading to Xcode 5 and iOS 7.0 SDK, I got a compiler warning on line 95 and 160. Had to cast to (CGBitmapInfo) for the warning to go away.