0

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!! :)

Tomasz Jakub Rup
  • 10,502
  • 7
  • 48
  • 49

1 Answers1

0

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

Click Here

Tarun
  • 102
  • 7