ekurutepe / MPNotificationView

An in-app notification view that mimics the iOS 6 notification views which appear above the status bar
MIT License
346 stars 55 forks source link

Fixing warning message about UIViewAnimationOptions #15

Closed pomarec closed 11 years ago

pomarec commented 11 years ago

Warning message solved : MPNotificationView/MPNotificationView.m:421:33: Implicit conversion from enumeration type 'enum UIViewAnimationCurve' to different enumeration type 'UIViewAnimationOptions' (aka 'enum UIViewAnimationOptions')

ekurutepe commented 11 years ago

thanks :+1: