Config version
HParallaxHeader is a simple version from:
HPParallaxHeader is a simple view which contains header and can recognize sub scroll views automatically.
let headerContainer = HParallaxHeader() headerContainer.contentHeaderView = headerMain headerContainer.mainContentView = contentMain headerContainer.loadingView = loadingMain headerContainer.headerContainerView.headerHeight = 100
You can use Swift Package Manager directly within Xcode or add it to the dependencies value of your Package.swift.
dependencies
Package.swift
dependencies: [ .package(url: "https://github.com/traitanhong98/ParallaxHeader", branch: "main") ]
Hoang Nguyen
HParallaxHeader is available under the MIT license.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
HParallaxHeader
HParallaxHeader is a simple version from:
HPParallaxHeader is a simple view which contains header and can recognize sub scroll views automatically.
Usage
Installation
Swift Package Manager
You can use Swift Package Manager directly within Xcode or add it to the
dependencies
value of yourPackage.swift
.Author
Hoang Nguyen
License
HParallaxHeader is available under the MIT license.