摘要: http://blog.csdn.net/zltianhen/article/details/6737958http://www.weste.net/2011/9-22/76761.html有两种方法 //设置一个图片;UIImageView *niceView = [[UIImageView alloc] initWithFrame:CGRectMake(0,0, 320, 480)];niceView.image = [UIImage imageNamed:@"Default.png"];//添加到场景[self.window addSubview:niceView]; 阅读全文
posted @ 2012-04-26 18:25 worldworld 阅读(167) 评论(0) 推荐(0) 编辑
摘要: http://mobile.51cto.com/iphone-249370.htmhttp://blog.csdn.net/bl1988530/article/details/6698120从icon说起命名方法,举例Icon.png 57×57Icon-72.png 72×72Icon-Small.png 29×29Icon-Small-50.png 50×50Icon@2x.png 114×114Icon-Small@2x.png 58×58另iTunesArtwork 512×512在info.plist使用key C 阅读全文
posted @ 2012-04-26 18:23 worldworld 阅读(300) 评论(0) 推荐(0) 编辑