jasnig / ZJScrollPageView

网易新闻, 腾讯视频, 头条 等首页的滑块视图联动的效果OC版的简单方便的集成, 滑块 segmentVIew, scrollViewController(Providing an easy way to reach the effect that "the segment scrolls with the content")
MIT License
1.11k stars 197 forks source link

不支持新的 Timer API #49

Open arrfu opened 7 years ago

arrfu commented 7 years ago

现象: 调用接口 [NSTimer scheduledTimerWithTimeInterval:repeats:block:] 后闪退。

提示错误 :[NSTimer scheduledTimerWithTimeInterval:repeats:block:]: unrecognized selector sent to class 0x3995ced4

建议: 应该是没有适配新的 API (iOS 10),楼主可以考虑适配下就更完美了。