iOS UIimageView 實現動態圖播放

//建立UIImageView,添加到界面 UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(20, 20, 100, 100)]; [self.view addSubview:imageView]; //建立一個數組,數組中按順序添加要播放的圖片(圖片爲靜態的圖片) NSMutableArray
相關文章
相關標籤/搜索