我的实时聊天中有此代码。
if (TRUE && (balloonsOn != NO || !htmlStart)) {
balloonsOn = TRUE;
htmlStart = [self createChatLines: balloonsOn ? @"htmlformat-balloons" : @"htmlformat"];
if (chatLines > 0){
chatLines = 0;
[self updateView];
}
}
在模拟器上它可以正常工作,但在手机上它不起作用。它以前工作过很多次,但现在它在电话上停止工作了。为什么会这样?