A.__strong
B.__weak
C.__unsafe_unretained
D.__autoreleasing
您可能感興趣的試卷
你可能感興趣的試題
A.屬性列表
B.對象歸檔
C.SQLite和CoreData
D.以上全部
A.retain表示持有特性,copy屬性表示拷貝屬性,都會建立一個相同的對象
B.assign是賦值屬性,setter方法將傳入?yún)?shù)賦值給實例變量
C.readonly是只讀特性,只有getter方法,沒有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
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
以下哪些屬于多線程技術?()
iOS中,導航控制器的類是()。
SQLite3不需要存放的位置。
當搜索框內(nèi)的文本發(fā)生改變時激發(fā)的方法是()。
constchar*dispatch_queue_get_label(dispatch_queue_t)獲取指定隊列的字符串標簽。
NSThread類控制線程暫停的類方法有哪些?()
調(diào)用托管對象上下文的excuteFetchRequest:error:方法返回值類型是()。
哪個類型表示GCD中的隊列?()
創(chuàng)建表的時候如果給int類型設置為主碼則該字段會自動增長計數(shù)。
UICollectionView可以設置單元格的列距離或者行距離。