wimagguc / ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+
Other
1.66k stars 394 forks source link

Blocks and iOS 6 (and maybe previous versions) support #10

Closed raspu closed 10 years ago

raspu commented 10 years ago

Added a Block as an alternative to the delegate, make the project work with iOS 6 (if we compile it with a previous version of the SDK, the useMotionEffects property will be ignored).

wimagguc commented 10 years ago

Thanks @raspu - this is merged now, sorry for the delay.

raspu commented 10 years ago

np!