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.
我想动态更新 UIColectionView 中标题信息的内容,但我不想重新加载整个部分,因为我经常这样做。
任何关于优雅解决方案的想法?
谢谢
您可以调用setNeedsDisplayUIView(您的标题视图)而不是reloadDataUIColectionView reloadSections:。
setNeedsDisplay
reloadData
reloadSections: