阅读背景:

iOS --- 理解Runtime机制及其使用场景

来源:互联网 

Runtime是iOS中比较难以理解, 但又非常强大的技术.

The Objective-C language defers as many decisions as it can from compile time and link time to runtime. Whenever possible, it does things dynamically. This means that the language requires not just a compiler, but also a runtime system to execute the compiled code. The runtime system acts as a kind of operating system for the Objective-C language; it’s what makes the language work.The




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: