NSString *word = (str)?:@"";
でnilが入ってたら空白記号を入れ、nilでなかったらそのままという式になる。
Go to list of users who liked
More than 5 years have passed since last update.
NSString *word = (str)?:@"";
でnilが入ってたら空白記号を入れ、nilでなかったらそのままという式になる。
Register as a new user and use Qiita more conveniently
Go to list of users who liked