Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Now broken on iOS6 #30

Closed
rando128 opened this issue Nov 22, 2014 · 2 comments
Closed

Now broken on iOS6 #30

rando128 opened this issue Nov 22, 2014 · 2 comments

Comments

@rando128
Copy link

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?

@dogo
Copy link
Owner

dogo commented Nov 25, 2014

I made a patch. Please test the upstream code.

BTW I'll drop the iOS 6.x support soon.

@dogo dogo closed this as completed Nov 28, 2014
@rando128
Copy link
Author

Thx Dojo!! Sorry for the delay. I've verified the patch on my iOS6 device.

I understand that iOS6 support is a pain :( But I believe it is still useful for the next 9-12 months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants