ios - How to implement a toolbar as a header of UICollectionView -


what want toolbar works apple's podcasts app:

apple's podcast app screenshot

i tried using custom uicollectionreusableview , using supplementary view keep finding new bugs , got me wondering if correct approach.

thanks!

using uicollectionelementkindsectionheader correct way implement header of uicollectionview. there bug in uicollectionview may crash app when section non-nil supplementary view reloaded. hard tell if problem unless provide more information.

if is, workaround put toolbar uicollectionviewcell instead of uicollectionreusableview.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -