https://github.com/ssamadgh/fluentcollapsingheaderview
A fluent Collapsing header view like iOS Contacts detail and Weather App
https://github.com/ssamadgh/fluentcollapsingheaderview
animation collapse collapsingheader contacts expand ios scroll scrollview swift weather
Last synced: 11 days ago
JSON representation
A fluent Collapsing header view like iOS Contacts detail and Weather App
- Host: GitHub
- URL: https://github.com/ssamadgh/fluentcollapsingheaderview
- Owner: ssamadgh
- License: mit
- Created: 2021-10-08T18:29:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T23:59:31.000Z (over 4 years ago)
- Last Synced: 2025-02-27T15:58:33.057Z (over 1 year ago)
- Topics: animation, collapse, collapsingheader, contacts, expand, ios, scroll, scrollview, swift, weather
- Language: Swift
- Homepage:
- Size: 1.05 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FluentCollapsingHeaderView
#### A Collapse Header View like iOS Weather App
If you wonder how collapsing header view is implemented in **weather** and **contacts** detail in iOS, here is the answer. **FluentCollapsingHeaderView** gives you exactly the same behavior you see in those apps.
## Installation
### Swift Package Manager
Just add this repository link to Xcode add **Swift Package Manager** placeholder to add this framework to your project.
### Manually
Just copy all the files in **Source** folder into your project (Make sure target membership of files is checked as your project target)
## Usage
See examples
## Examples
There are two examples that show how to use **FluentCollapsingHeaderView**.
&mbsp;
## Credits
FluentCollapsingHeaderView is owned and maintained by the [Seyed Samad Gholamzadeh](http://ssamadgh@gmail.com). You can follow me on Twitter at [@ssamadgh](https://twitter.com/ssamadgh) for project updates and releases.
## License
FluentCollapsingHeaderView is released under the MIT license. [See LICENSE](./LICENSE) for details.