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
Since the introduction of the textContainer definition in SCLAlertView.m which are iOS>7, the app crashes on iOS6.x
_viewText.textContainerInset = UIEdgeInsetsZero;
_viewText.textContainer.lineFragmentPadding = 0;
I could comment these 2 lines, but then the text appears truncated by the button. Any recommendation to workaround the issue?
The text was updated successfully, but these errors were encountered:
Since the introduction of the textContainer definition in SCLAlertView.m which are iOS>7, the app crashes on iOS6.x
_viewText.textContainerInset = UIEdgeInsetsZero;
_viewText.textContainer.lineFragmentPadding = 0;
I could comment these 2 lines, but then the text appears truncated by the button. Any recommendation to workaround the issue?
The text was updated successfully, but these errors were encountered: