issues
search
JamitLabs
/
JamitFoundation
JamitFoundation is a collection of useful concepts to enable composition oriented development with UIKit
MIT License
10
stars
5
forks
source link
Add generic component for collection view's supplementary view
#27
Closed
jjorn
closed
4 years ago
jjorn
commented
4 years ago
Description
This MR includes following changes:
Implements a container view which can be used as a supplementary view in a collection view
Adds shortcuts for registration and dequeuing supplementary view in runtime
Adds demo interface demonstrating how a newly added container view can be used
How to test it
Run the sample app
Select "CollectionView"
Observe the behavior
Description
This MR includes following changes:
How to test it