A.44px B.20px C.22px D.32px
单项选择题执行代码后,string对象的retain count()。
A.-1 B.0 C.1 D.2
单项选择题对于代码NSString*saiMa=[[NSArray alloc] init];编译时和运行时saiMa变量分别是什么类型()。
A.编译时是NSString类型,运行时是NSArray类型 B.编译时是NSArray类型,运行时是NSString类型 C.编译时是NSString类型,运行时是NSString类型 D.以上都不对
单项选择题下列使用方法中正确的是()。
A.NSURL *url=nil; B.Class class=Nil; C.id foo=nil; D.id foo=NIL;
单项选择题iOS10推送Notification增加了哪些新特性()。
A.Notification User Interface B.Media Attachments C.Customize user interface D.Customize Actions
单项选择题与alloc相反,与retain相反,与alloc配对的分别是:()。
A.dealloc release dealloc B.dealloc release release C.dealloc dealloc dealloc D.release release Release