开发者

Array of ImageView

I m making a S开发者_开发知识库hooting game, in that I want an array of ImageViews , so that for each new level the bullets can be Disappear and the view will be shown from the initial level. SO if Any one know how to store imageviews in an array kindly tell me... regards viral..


NSMutableArray *mutableArray = [NSMutableArray array];
UIImageView *imageView = [[UIImageView alloc] initWithImage:@"Image.png"];
[mutableArray addObject:imageView];
[imageView release];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜