Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: iOS でボタンのタイトルを文字列と比較
UIlabel と文字列 @"abc" を比較する方法を教えてください。
if(UIlabel??? == @"abc"); としましょう。
[myLabel.text isEqualToString:@"abc"]