StickyViews icon indicating copy to clipboard operation
StickyViews copied to clipboard

A simple UICollectionView with floating (sticky) supplementary views.

Results 4 StickyViews issues
Sort by recently updated
recently updated
newest added

Following is the Swift version if you want to put it in your project: import UIKit class MainLayout: UICollectionViewFlowLayout { ``` /* in order to make the header and footer...

On iPad Mini with iOS 8.1.1 I've noticed that ``` header y offset = 502.500000 footer y offset = 935.500000 header y offset = 503.500000 footer y offset = 936.500000...

Hi, One of our developers wants to use this in one of our projects but I noticed there is no license. Are we able to use this in our project...

Is there a way to make the footer view not push up the header view of a section? So the footer goes under the Header, just like the collection view...