English 中文(简体)
M.P.M.P.R.M.,P.R.P.R. and 4.0
原标题:iPhone UILabel Hidden weirdness between OS 3.0 and 4.0

在我最初提出看法时,有一张pin子和“Loading.”的标签。 然而,在我的数据装满后,pin子和标签出现在2秒的屏幕上。 我做了一些细致的举动,我的方法是在这些内容隐藏之前被叫去并完成。 它同前.。

方法:

- (void)isLoadingData:(BOOL)flag {
    NSLog(@"here %d", flag);
    if (flag) {
        [spinner startAnimating];
    }
    else {
        [spinner stopAnimating];
    }
    [loadingData setHidden:!flag];
    NSLog(@"done");
}

ivars:

IBOutlet UILabel *loadingData;
IBOutlet UIActivityIndicatorView *spinner;

除了更新3.SDK到4.1 SDK的估算数据外,我没有改变这一法典。 我的试验装置有3.1.3,我没有问题。 但4.0+模拟器和装置的滞后。

Seems SDK related,但我不想跳上枪。 希望得到任何帮助。

问题回答

暂无回答




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签