Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Michael Kantor
2,183 Pointsadd sticky footer to UICollectionView in SWIFT
I have a UICollectionView with an x amount of rows that will increase if the user has more data to load and if they scroll down to load it.
Should I subclass UICollectionFlowLayout in order to make a custom footer?
2 Answers

Cody Coats
7,469 PointsDepending on what you want to have in your "footer" you can just embed your table view in a tab Bar controller or a subclass of it.

Michael Kantor
2,183 PointstableView?
I'd like to add a enclosed navigation area where the user can swipe left or right within the sticky footer

Michael Kantor
2,183 PointsStill looking into this :(
Michael Kantor
2,183 PointsMichael Kantor
2,183 Points:( Still not sure how to do this. My current code :