多項選擇題下面哪些關(guān)鍵字會引起對象的引用計數(shù)(retainCount)加一:()。

A.alloc
B.init
C.retain
D.copy


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題下面哪些方法是UITableView的delegate方法:()。

A.-(NSInteger)tableView:(UITableView*)tableView numberOfRowsInSection:(NSInteger)section;
B.-(UITableViewCell*)tableView:(UITableView*)tableView cellForRowAtIndexPath:(NSIndexPath*)indexPath;
C.-(CGFloat)tableView:(UITableView*)tableView heightForRowAtIndexPath:(NSIndexPath*)indexPath;
D.-(void)tableView:(UITableView*)tableView didSelectRowAtIndexPath:(NSIndexPath*)indexPath;

2.單項選擇題iOS中,可以從一個應(yīng)用(如APP01)跳轉(zhuǎn)到另外一個應(yīng)用(如APP02),如果要在跳轉(zhuǎn)的過程中,將username和password這兩個參數(shù)傳遞給APP02,下列代碼正確的是:()。

A.NSURL* open_URL_A=[NSURL URLWithString:@"APP02://username=test01&password=123456"]
B.NSURL* open_URL_A=[NSURL URLWithString:@"APP02://username=test01,password=123456"]
C.NSURL* open_URL_A=[NSURL URLWithString:@"APP02://username=test01//password=123456"]
D.NSURL* open_URL_A=[NSURL URLWithString:@"APP02://username=test01#password=123456"]

3.單項選擇題關(guān)于支付,應(yīng)用在接入Ping++SDK時,需要的三個參數(shù)不包括()。

A.API Key
B.應(yīng)用ID
C.Notify URL
D.開發(fā)者賬號

4.單項選擇題下列哪個不是iOS提供的tableview cell分割線風(fēng)格?()

A.UITableViewCellSeparatorStyleNone
B.UITableViewCellSeparatorStyleSingleLine
C.UITableViewCellSeparatorStyleSingleLineShadow
D.UITableViewCellSeparatorStyleSingleLineEtched

5.單項選擇題iPhone X狀態(tài)條像素為多少?()

A.44px
B.20px
C.22px
D.32px