重複の可能性:
Cocoaの文字列の比較
NSString*
変数に対してロジックを実行する必要があります。
私が次のことをすれば、それはうまくいきます:
my_label_3.text = local_db_user.lifetime_subscription;
UIのラベルには、次のテキストが入力されます。True
しかし、次のようになりますNO
。
local_db_user.lifetime_subscription == @"True"
この擬似コードにはどのコードを使用しますか?
if local_db_user.lifetime_subscription == True
do this
else
do this other thing
私の時計は、デバッグ中、local_db_user.lifetime_subscription
ショーで:
{NSString * | 0x764e210} "True"