2.选择 createfolder references for any
folders,文件夹是蓝色,运行程序时,他会在Bundel中再细分文件夹(以下图为例:运行程序后会在Bundel包中再细分Animations/……)*/把素材(素材存放在Animations中,Animations又细分A...
分类:
其他好文 时间:
2014-05-26 20:15:42
阅读次数:
200
在ios的UI交互设计时,对图片的处理是难免的;不同的处理方式会对内存有不同的影响;************************************************************a:图片格式及NSBundle加载全路径:
1》xcode或者说苹果官方是极力推荐使用的图片格....
分类:
移动开发 时间:
2014-05-26 12:22:07
阅读次数:
280
#import "CHViewController.h"
@interface CHViewController ()
@end
@implementation CHViewController
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view,...
分类:
其他好文 时间:
2014-05-22 12:38:44
阅读次数:
369