結(jié)構(gòu)化特征 DOM:Document Object Model 文檔對象模型 有W3C 推薦 一次讀取整個文檔,整顆DOM樹常駐內(nèi)存,導致系統(tǒng)開銷過大 SAX :Simple...
7.2 使用NSThread 創(chuàng)建和啟動 -(id)initWithTarget:(id)target selector:(SEL)selector object:(id)a...
//創(chuàng)建一個新的聯(lián)系人 - (IBAction)addBK:(id)sender { ABNewPersonViewController* controller=[[ABNe...
框架: AssetsLibrary 管理圖片框架 MobileCoreServices 手機硬件框架 協(xié)議: UIImagePickerControllerDelegate,...
#import"ViewController.h" #import #import @interfaceViewController() @end @implementati...
create table user(id integer primary key autoincrement,name text,pass text) insert into...
注冊頁面--------------- //在通知中心注冊通知 [[NSNotificationCenterdefaultCenter]addObserver:selfsel...
提供CALayer 具有更好的性能 1。CoreAnimation動畫在單獨的線程中完成,不會阻塞主線程 2.只會重繪界面上變化的部分(局部刷新) 每個UIView都有自己的...
UIImage支持的圖片格式 當系統(tǒng)內(nèi)存緊張時,UIImage會將圖片數(shù)據(jù)從UIImage對象中清理出去來節(jié)省內(nèi)存,這里的清理行為只是清理UIImage內(nèi)部存儲的圖片數(shù)據(jù),并...
環(huán)形布局 CollectionView.m------------------------ staticNSString*constreuseIdentifier =@"Ce...
1.layout: 制定UIcollectionView所使用的布局對象,它可支持Flow,Custom兩個屬性值,如果制定Flow屬性值,表明使用 1.1UICollect...
//floor(x) 功能:求出小于X的最大整數(shù) NSInteger x= floor((scrollView.contentOffset.x - self.view.fra...
UIToolbar 繼承UIView 多個UIBarButtonItem的容器 barStyle: UIBarStyleDefault. UIBarStyleBlack 黑背...
NSDictionary 保存具有映射關系的數(shù)據(jù),一組key 另一組 value Map的key不可重復 key和value都可以是任何引用類型的數(shù)據(jù) key和value存在...