NSString *arrayOfStrings = [NSArray arrayWithObjects:@"http://", @"https://", nil];
NSString *stringToSearchWithin = webpageURLLabel.text;
BOOL found=NO;
for (NSString *s in arrayOfStrings)
forループは言う
コレクション式タイプ「NSString*」は「countByEnumeratingWithState:objects:count:」に応答しない場合があります
どうすれば修正できますか?今のところそれはただの警告ですが、私はむしろ警告を見たくありません