1.@property NSString *foo;
以上的写法,在ARC下,编译器默认会帮你补齐哪些修饰符?
答案:
@property (atmoic,strong,readwrite)NSString *foo;
非oc对象,strong -> assign
本题来自sunnyxx大神的微信--逗比狗。。。
!--
2.
1.@property NSString *foo;
以上的写法,在ARC下,编译器默认会帮你补齐哪些修饰符?
答案:
@property (atmoic,strong,readwrite)NSString *foo;
非oc对象,strong -> assign
本题来自sunnyxx大神的微信--逗比狗。。。
!--
2.
本文标题:iOS面试题 (持续更新...)
本文链接:https://www.haomeiwen.com/subject/ltqmxttx.html
网友评论