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
NSString *content = nil; NSCharacterSet *newLineSet = [NSCharacterSet newlineCharacterSet]; NSCharacterSet *tagSet = [NSCharacterSet characterSetWithCharactersInString:@"<>"]; NSString *separatorString = @"> <"; chars = [[NSMutableDictionary alloc] init]; NSScanner *rangeScanner = [NSScanner scannerWithString:content]
It makes the warning "NSScanner: nil string argument", and makes this method meanless.
The text was updated successfully, but these errors were encountered:
this function have some problems:
token is never used and the functions return nil every time.
Sorry, something went wrong.
No branches or pull requests
It makes the warning "NSScanner: nil string argument", and makes this method meanless.
The text was updated successfully, but these errors were encountered: