How can I get a CollectionView to only load images on the bottom half, while still allow static content at the top
问题 I basically want to copy Instagrams and Twitters profile pages. If I add a CollectionView to the bottom half, the CollectionView only scrolls on the bottom half of the page. The cells do not go all the way to the top and consume the profile statistics in the process. How can I make it so the profile statistics are consumed while scrolling, and the collection view takes up the whole screen? I can't seem to figure out how to make it so the cell only takes up the bottom half while the collection