You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately not. I am not sure what causes the problem, but if I modify the delegate's type in your code from unsafe_unretained (which is legacy) to weak, it works.
I can reproduce a crash with SMCalloutView if I tap near the left screen edge quickly after a callout view was opened. The crash happens in this line: https://github.com/nfarina/calloutview/blob/master/SMCalloutView.m#L409
Debugger:
Could you please help finding what causes the issue? I'd gladly provide any details you might ask.
The text was updated successfully, but these errors were encountered: