1
中顯示數組值我從加速函數中獲取X,Y,Z的更新值,我想將這些值存儲在數組或列表中。有沒有什麼方法可以建議。如何在Objective-C
- (void)accelerometer:(UIAccelerometer *)accelerometer didAccelerate:(UIAcceleration *)acceleration {
labelX.text = [NSString stringWithFormat:@"%@%f", @"X: ", acceleration.x];
labelY.text = [NSString stringWithFormat:@"%@%f", @"Y: ", acceleration.y];
labelZ.text = [NSString stringWithFormat:@"%@%f", @"Z: ", acceleration.z];
我會回答這個問題,但我無法閱讀它。我建議閱讀如何使用Markdown來設置您的問題。 – 2010-01-28 07:29:49
...當你學會了解答案時,我會回答這個問題。 – Abizern 2010-12-02 01:32:18