UICollectionView SupplementaryView Add UIButton to Footer

546 Views Asked by At

Does anyone know how to add a button to a supplementaryView footer that is inside of an UICollectionView? I tried to code one but I keep getting errors, and I currently have this error in the viewForSupplementaryElementOfKind function; error:

invalid redeclaration of 'collectionView(_:viewForSupplementaryElementOfKind:atIndexPath:)'

Thanks!! :)

1

There are 1 best solutions below

0
On

There is a Nice Tutorail available on appcoda regarding the Supplementary View In Collection View.

Click Here