我需要上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"
感謝所有。我發現人們發現這是一個確切的重複。那麼我希望它仍然是可見的,因爲經過大量搜索之後,我從未找到我的答案。 - 我喜歡。 :-)再次感謝。 – pdschuller
嘿@pdschuller,您的歡迎!正如你所看到的,我們很樂意提供幫助!祝你好運 –