A.屬性列表
B.對(duì)象歸檔
C.SQLite和CoreData
D.以上全部
您可能感興趣的試卷
你可能感興趣的試題
A.retain表示持有特性,copy屬性表示拷貝屬性,都會(huì)建立一個(gè)相同的對(duì)象
B.assign是賦值屬性,setter方法將傳入?yún)?shù)賦值給實(shí)例變量
C.readonly是只讀特性,只有g(shù)etter方法,沒(méi)有setter方法
D.readwrite是可讀可寫特性,需要生成getter方法和setter方法
A.NSArray *array=[NSArray arrayWithObjects:@"a",@"b",@"c",nil];
B.NSArray *array=[[NSArray alloc] initWithObjects:@"a",@"b",@"c",nil];
C.NSArray *array=@[@"a",@"b",@"c",nil];
D.NSArray *array=@[@"a",@"b",@"c"];
A.separatorInsetReference
B.backgroundEffect
C.nextFocusedIndexPath
D.prefetchDataSource
A.UIImageView
B.UIActivityIndicatorView
C.UIViewAnimation
D.UIViewMotionEffects
關(guān)于下列程序,輸出是()。
A.2,3,1
B.3,2,1
C.1,2,3
D.-1,-1,-1
最新試題
M和C之間的交流方式包括()。
使用CoreData需要導(dǎo)入AVFoundation.Framework。
iOS中,導(dǎo)航控制器的類是()。
constchar*dispatch_queue_get_label(dispatch_queue_t)獲取指定隊(duì)列的字符串標(biāo)簽。
UICollectionView可以設(shè)置單元格的列距離或者行距離。
SQLite3不需要存放的位置。
appendString是追加固定字符串的方法。
appendFormat是追加帶變量的字符串的方法。
UITableView中必須實(shí)現(xiàn)的兩個(gè)代理方法是()。
當(dāng)搜索框內(nèi)的文本發(fā)生改變時(shí)激發(fā)的方法是()。