美文网首页
iOS面试题(答案) - 来自昆仑万维

iOS面试题(答案) - 来自昆仑万维

作者: 范小兵 | 来源:发表于2017-08-10 09:05 被阅读0次

    转载请附原文链接:http://blog.fandong.me/2017/08/05/iOS-interviewFromKunlunResult/

    property的描述有哪些 并说明各个描述的意义

    weak在runtime中的实现

    Autorelease Pool在ARC下的使用场景

    Autorelease Pool的倾倒时机,AutoreleasePool的本身实现

    KVO在使用场景KVO在runtime中的实现

    KVC在使用场景KVC在runtime中的实现

    RunLoop在一个循环中处理了哪些内容

    C++已知类User,写出该类的构造以及,拷贝构造函数,并写出调用方式

    class User{
        const int32_t _id;
        const std::string _name;
    }
    

    C++11中,lambda捕获形式有哪些

    UIScrollView添加子视图,并为子视图打好约束后,是否需要更新scrollView的contentSize

    Category的特性,为什么能有这样的特性

    UITableView的性能优化

    UIImage是否是延迟解码的,如果是能否提早解码

    如何在RunLoop空闲时启动特定任务

    相关文章

      网友评论

          本文标题:iOS面试题(答案) - 来自昆仑万维

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