【发布时间】:2015-12-10 15:20:24
【问题描述】:
我想为UIScrollViewDelegate 使用多播委托技术。我的总体想法与此类似:
https://github.com/tkach/MulticastDelegate/blob/master/MulticastDelegate/MulticastDelegate.m
但是我无法转发scrollViewDidScroll消息,我发现我从来没有收到过这条消息。
那么有没有人遇到或知道这是什么原因呢?
谢谢...
【问题讨论】:
标签: ios uiscrollview runtime message forwarding