Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Facebook iOSアプリケーションで使用されているのと同じように、UIScrollViewを下にスクロールするときに、無限スクロール機能を追加したいと思います。誰かがこの特定の機能を実行するコード/サンプルプロジェクトを提供できますか?
ニーズに基づいてcontentsizeを適用できます。
scrollviewObj.contentSize=CGSizeMake(width, height); apply height as per your need.