xcode では、_nice が 0 の場合でも [self ifsss] を実行します。ログに「機能した」と明記する必要があるのはなぜですか?
NSLog(@"nice is %@", _nice);
if (_nice != @"0") {
[self ifsss];
NSLog(@"Should not have worked %@", _nice);
}
else {
NSLog(@"worked %@", _nice);
}
NSLog の結果は次のとおりです。
- いいねは22
- 働くべきではなかった 22