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.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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
dependenciesvalue of yourPackage.swift.Author
Hoang Nguyen
License
HParallaxHeader is available under the MIT license.