-
-
Notifications
You must be signed in to change notification settings - Fork 740
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
Crash when using in 5s iOS 7.1 #8
Comments
found the solution:
|
Wait, while it not fixed - it's too early to close this issue. |
i only test in ios 7.1.but serval device,4s,5,5s.only 5s will crash.
line 120 objc_msgSend(target, action, [NSNumber numberWithInteger:(NSInteger)bigUnits], [NSNumber numberWithInteger:(NSInteger)smallUnits], origin); when i use id (response)(id, SEL, id, id,id) = (id ()(id, SEL, id, id,id)) objc_msgSend; to replace the old one,it works fine in 5s. |
Thanks a lot! BDW, a couple additions to your solution:
|
Fixed in 5a11f0b |
Also, ActionSheetDistancePicker still looks not so good on iOS 7 (cm text is misaligned- see TimCinel#108) |
crash in
ActionSheetDistancePicker.m
line 120
if ([target respondsToSelector:action])
objc_msgSend(target, action, [NSNumber numberWithInteger:(NSInteger)bigUnits], [NSNumber numberWithInteger:(NSInteger)smallUnits], origin);
The text was updated successfully, but these errors were encountered: