DLAlertView icon indicating copy to clipboard operation
DLAlertView copied to clipboard

Crash on iOS 8 if trying to present a controller in 'showWithCompletion:'

Open AbhaySingh opened this issue 10 years ago • 0 comments

Steps to reproduce:

  1. Add code to present a UIViewController modally in 'showWithCompletion:'
  2. Present alertView, dismiss controller and present alertView again.
  3. Do step 2 a couple of times and it crashes.

Stack trace of the crash: screen shot 2014-11-04 at 5 06 21 pm

This runs fine on iOS7 though.

AbhaySingh avatar Nov 04 '14 11:11 AbhaySingh