美文网首页
iOS面试题 (持续更新...)

iOS面试题 (持续更新...)

作者: 潘老6 | 来源:发表于2015-03-02 01:43 被阅读236次

1.@property NSString *foo;

以上的写法,在ARC下,编译器默认会帮你补齐哪些修饰符?

答案:

@property (atmoic,strong,readwrite)NSString *foo;

非oc对象,strong -> assign

本题来自sunnyxx大神的微信--逗比狗。。。

 !-- 

2.

相关文章

网友评论

      本文标题:iOS面试题 (持续更新...)

      本文链接:https://www.haomeiwen.com/subject/ltqmxttx.html