RunLoop Note

Posted 阳芳

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RunLoop Note相关的知识,希望对你有一定的参考价值。

I. Begin from Apple Document

Apple describes the priciples of runloop in Threading Programming Guide, you can view the details from this link.

 

II. Video share

Video share from this link, it gives the basic description about runloop.

All screenshot in the video from this link, you can review all content from the video quickly.

 

III. Listenning the block of main thread

In this link, there are two methods to listen the block of main thread, this first one is NSTimer, and the other one is sephoremore. It also supplies \'RunloopMonitorDemo\'.

 

IV. A fantastic blog to deep learning runloop 

From this link, you can learn a lot about runloop. Below is the screenshot of its index.

The author of this blog has another userfull blog, it mainly talks about how to keep user interface smoothly.

 

V. Other references

微信iOS卡顿监控系统

 

以上是关于RunLoop Note的主要内容,如果未能解决你的问题,请参考以下文章

iOS面试题之runloop

RunLoop

探索 RunLoop (RunLoop 自己动手实现RunLoop)

RunLoop总结:RunLoop基础知识

深入理解RunLoop(转载)

RunLoop