我想要顯示兩個圖像,一個接一個地右對齊;在用戶按下「開始」之後。第一幅圖像將顯示3秒,然後第二幅圖像將在右側顯示。每張圖像設置爲暫停3秒。它符合好了(3G 4.2.1)模擬器上模擬運行時,無論圖像的已被註釋掉,但是當編碼如下第一個圖像上掛起:顯示一個圖像,然後是第二個圖像iPhone上的用戶Preses「開始」之後的圖像
//this method gets called when the start button is pressed
-(IBAction) start {
[self.navigationController pushViewController:self.**halfSplashController** animated:YES];
[self.navigationController pushViewController:self.**halfSplash2Controller** animated:YES];
}
有我需要之間插入一個命令這兩個或應該顯示第一個圖像,然後按照我的設想繼續第二個圖像?
的方式。謝謝。 – user1127421 2012-01-04 03:18:30