We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在MJRefreshComponent.m文件中,- (NSString *)localizedStringForKey:(NSString *)key withDefault:(NSString *)defaultString方法崩溃,原因是当前项目如果是英文环境,如下代码未做安全判断,崩溃 NSRange range = [language rangeOfString:@"-" options:NSBackwardsSearch]; language = [language substringToIndex:range.location];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在MJRefreshComponent.m文件中,- (NSString *)localizedStringForKey:(NSString *)key withDefault:(NSString *)defaultString方法崩溃,原因是当前项目如果是英文环境,如下代码未做安全判断,崩溃
NSRange range = [language rangeOfString:@"-" options:NSBackwardsSearch];
language = [language substringToIndex:range.location];
The text was updated successfully, but these errors were encountered: