LMAlertView
LMAlertView copied to clipboard
Very buggy when working with iOS 8 WebKit
*** WebKit discarding exception: <NSInvalidArgumentException> -[WebActionDisablingCALayerDelegate superview]: unrecognized selector sent to instance
I think the problem is caused by
"CALayer+ModalAlert.m"
I also met this problem,Do you know how to fix it now?
@wybflb I just use another similar library ......
@albertgh I also think so.
The problem is in the windowForView:
method.
tempView.superview
wants to receive a superview from WebActionDisablingCALayerDelegate, but it does not recognize this selector.
I will send a Merge Request which will fix this.
Here we go: https://github.com/lmcd/LMAlertView/pull/53
Yeah,Thank you very much.exciting
@albertschulz Thanks.