material-scrollview-delegate-multiplexer-ios icon indicating copy to clipboard operation
material-scrollview-delegate-multiplexer-ios copied to clipboard

Explore making the multiplexer generic to work with any protocol

Open chriscox opened this issue 8 years ago • 0 comments

Instead of being specific to UIScrollViewDelegate, we might be able to generalize this and the combiner to work regardless of protocol. Would need to investigate any runtime costs associated with this as we would no longer have specific methods to check for responders.

chriscox avatar May 10 '16 20:05 chriscox