ios - How to implement a toolbar as a header of UICollectionView -
what want toolbar works apple's podcasts app:

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
Post a Comment