Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

UIAlertView+BlocksKit crash #374

Open
miku1958 opened this issue Dec 6, 2017 · 0 comments
Open

UIAlertView+BlocksKit crash #374

miku1958 opened this issue Dec 6, 2017 · 0 comments

Comments

@miku1958
Copy link

miku1958 commented Dec 6, 2017

when use uitextview and try to limit the count of character by reset the text in textViewDidChange method ,crash happen if you type to the max count then shake to undo ,click confirm

crash come to - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex;line 94 [realDelegate alertView:alertView clickedButtonAtIndex:buttonIndex];

error msg is [NSBigMutableString substringWithRange:]: Range {19, 6} out of bounds; string length 19
(null)

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

No branches or pull requests

1 participant