Created
August 5, 2015 14:32
-
-
Save niwatako/ca60cbd71d76276ac360 to your computer and use it in GitHub Desktop.
違った RT @niwatako : isEqual と == は別物? #CodePiece #CodePiece
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSLog(@"%d:%d:%d",(error.domain == NSURLErrorDomain), [error.domain isEqual:NSURLErrorDomain], [error.domain isEqualToString:NSURLErrorDomain] ); | |
// 0:1:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment