DLAlertView
DLAlertView copied to clipboard
Crash on iOS 8 if trying to present a controller in 'showWithCompletion:'
Steps to reproduce:
- Add code to present a UIViewController modally in 'showWithCompletion:'
- Present alertView, dismiss controller and present alertView again.
- Do step 2 a couple of times and it crashes.
Stack trace of the crash:
This runs fine on iOS7 though.