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.
当我向下滚动时,我想在 UIScrollView 中添加无限滚动功能,就像 Facebook iOS 应用程序中使用的一样。任何人都可以提供执行此特定功能的代码/示例项目吗?
您可以根据需要应用 contentsize,
scrollviewObj.contentSize=CGSizeMake(width, height); apply height as per your need.