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 而不是 UITableView,但我应该包含与 TableView 相同的 dequeue 功能。是否有任何教程或示例项目可以帮助我使 UIScrollView 像 UITableView 一样运行。
简单的回答:不,滚动视图上没有出队功能,这就是表格视图的用途!
所以我对你的问题是:你想要做什么,我也许可以帮助你。