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 のヘッダー情報のコンテンツを動的に更新したいのですが、セクション全体を頻繁に再読み込みしたくありません。
エレガントなソリューションのアイデアはありますか?
ありがとう
UIColectionViewsetNeedsDisplayではなく、UIView (ヘッダー ビュー) でreloadData呼び出すことができます。reloadSections:
setNeedsDisplay
reloadData
reloadSections: