我想要显示两个图像,一个接一个地右对齐;在用户按下“开始”之后。第一幅图像将显示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