在我的应用程序中使用UIControlpage。加载图像并成功显示在页面控件中。但我想显示图像动画,如从右到左移动。使用定时器调用页面控件并增加数组计数。////使用NSTimer调用函数显示动画。[NSTimerscheduledTimerWithTimeInterval:5.0target:selfselector:@selector(loadNextController)userInfo:nilrepeats:YES];ScrollViewPage=[[UIScrollViewalloc]initWithFrame:CGRectMake(0,20,frameX,frameY)];