初めての自作ライブラリを案件に導入して脳汁ブシャーした話(拡張版)

This document discusses a ScrollingFollowView library for iOS that allows a view to follow the scrolling of another scroll view. It provides a link to the GitHub repository for the library and explains that it notifies when the scroll view scrolls by calling a didScrolled method. It also mentions t…