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
{{ message }}
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.
what I call is like: JGActionSheetSection *sectionNonFA = [JGActionSheetSection sectionWithTitle:nil message:nil buttonTitles:actionArray buttonStyle:JGActionSheetButtonStyleDefault];
I met a crash recently, and from the Fabric the detail is (iPhone 6s, iOS9.2.1):
It is crashed in the Main thread, and what I do is create a
JGActionSheetSection
. The crash seems to happen atbutton
is released when label is set tobutton
(right?). My Project enables ARC, and I can't find any memory problem. Could you take a look?The text was updated successfully, but these errors were encountered: