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.
我通过使用一些字符串变量为标签分配了一些(值)。
当字符串变量返回值标签显示相同的值时。但是当字符串没有返回任何显示的值标签时(null)。
所以如果字符串变量没有返回任何内容,我不想在标签中显示任何内容。
if([label.text isequaltostring:@"null"])
或者
string.length==0;
string.text==nil
然后放
label.text=@"";