摘要: 1. iOS 以scheduledTimerWithTimeInterval的方式触发的timer,在滑动页面上的列表时,timer会暂停,为什么?该如何解决? 原因在于滑动时当前线程的runloop切换了mode用于列表滑动,导致timer暂停。 runloop中的mode主要用来指定事件在run 阅读全文
posted @ 2020-06-14 17:05 lianhuaren 阅读(158) 评论(0) 推荐(0) 编辑