CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Jun 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by hailiang.song.
Make it possible to set multiple delegates for a UIScrollView.
It’s probably useful when you can’t change a UIScrollView’s delegate implementation(maybe it’s in a framework), but you really want to add some codes in the delegate implementation. Now, you can try this. It’s quite simple.
Add ScrollViewDelegateProxy.swift
to your project
Just call scrollview.addDelegate
method to add a new delegate to a scrollView.
Notice:
reloadDelegateProxy
method after you set the scrollView.delegate property.