Hi,
We are testing a simple app where a few labels and a UIProgressView is updated using a delay.
The delay is 3 seconds and then it calls itself again; however the IOS simulator does not always update the label, it does update sometimes but it takes a long time in between ( much long than 3 seconds ):
label.text = @"Some text";
We have a NSLog call where the update happens, and the NSLog fires just fine, exactly every 3 senconds, but the labels and ProgressView go unchanged until later.
Does anyone know what is going on ?
THanks
We are testing a simple app where a few labels and a UIProgressView is updated using a delay.
The delay is 3 seconds and then it calls itself again; however the IOS simulator does not always update the label, it does update sometimes but it takes a long time in between ( much long than 3 seconds ):
label.text = @"Some text";
We have a NSLog call where the update happens, and the NSLog fires just fine, exactly every 3 senconds, but the labels and ProgressView go unchanged until later.
Does anyone know what is going on ?
THanks