gitextract_ax4hll5y/ ├── .gitignore ├── .swift-version ├── .travis.yml ├── Example/ │ ├── IOStickyHeader/ │ │ ├── AppDelegate.swift │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.xib │ │ │ └── Main.storyboard │ │ ├── IOCell.swift │ │ ├── IOGrowHeader.swift │ │ ├── IOGrowHeader.xib │ │ ├── IOGrowVC.swift │ │ ├── IOParallaxHeader.swift │ │ ├── IOParallaxHeader.xib │ │ ├── IOParallaxVC.swift │ │ ├── IOSectionHeader.swift │ │ ├── IOStickyHeader.h │ │ ├── Images.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ └── photo1.imageset/ │ │ │ └── Contents.json │ │ └── Info.plist │ ├── IOStickyHeader.xcodeproj/ │ │ ├── project.pbxproj │ │ ├── project.xcworkspace/ │ │ │ └── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ └── xcschemes/ │ │ ├── IOStickyHeader-Example.xcscheme │ │ └── IOStickyHeader.xcscheme │ ├── IOStickyHeader.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata/ │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings │ ├── Podfile │ └── Tests/ │ ├── Info.plist │ └── Tests.swift ├── IOStickyHeader.podspec ├── LICENSE ├── Package.swift ├── README.md └── Sources/ ├── IOStickyHeaderFlowLayout.swift └── IOStickyHeaderFlowLayoutAttributes.swift