Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eonist/FlowLayout
Bi-directional layout framework for iOS
https://github.com/eonist/FlowLayout
animation apple flowlayout ios swift ui uinavigationbar uinavigationcontroller uiview ux
Last synced: 14 days ago
JSON representation
Bi-directional layout framework for iOS
- Host: GitHub
- URL: https://github.com/eonist/FlowLayout
- Owner: eonist
- License: mit
- Created: 2018-08-03T21:18:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T21:18:11.000Z (about 1 year ago)
- Last Synced: 2024-08-01T16:55:30.007Z (3 months ago)
- Topics: animation, apple, flowlayout, ios, swift, ui, uinavigationbar, uinavigationcontroller, uiview, ux
- Language: Swift
- Homepage:
- Size: 101 MB
- Stars: 180
- Watchers: 7
- Forks: 10
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlowLayout
![Lang](https://img.shields.io/badge/Language-Swift%205.0-orange.svg)
[![version badge](https://img.shields.io/badge/Version-1.0-blue.svg?longCache=true)](https://img.shields.io/badge/SDK-0.1-blue.svg?longCache=true)
![platform](https://img.shields.io/badge/Platform-iOS_12.2-blue.svg)
[![codebeat badge](https://codebeat.co/badges/8139ef2c-3fcb-449d-bfa0-190b99b6f6a0)](https://codebeat.co/projects/github-com-eonist-flowlayout-master)
[![SPM compatible](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat)](https://github.com/apple/swift)
[![codebeat badge](https://img.shields.io/badge/%235%20Producthunt-Aug--05--2018-red.svg)](https://www.producthunt.com/posts/flowlayout)
[![SwiftLint Sindre](https://img.shields.io/badge/SwiftLint-Sindre-hotpink.svg)](https://github.com/sindresorhus/swiftlint-sindre) [![Tests](https://github.com/eonist/FlowLayout/actions/workflows/Tests.yml/badge.svg)](https://github.com/eonist/FlowLayout/actions/workflows/Tests.yml)### Description
The idea is to give aspiring app developers a dead simple "vanilla" swift library to start with. Just add some end point calls to instagram and you could literally have a minimal insta client in a day.### Features
- 100% Programmatic 👌
- [3.82 GPA on Codebeat](https://codebeat.co/projects/github-com-eonist-flowlayout-master) 🏆
- Dual UICollectionView setup ↕️ ↔️
- Responsive header (Compact/Normal) 📏
- Pull-to-refresh (vertical/horizontal) 🔄
- Constraint animation 📐
- Works on all iPhone/iPad models 📱
- View based (no ViewController) 🖼
- Vanilla swift 🍦
- 0% syntactic sugar 🍭
- Mostly off the shelf components 🤯### Installation:
- SPM: `.package(url: "https://github.com/eonist/FlowLayout.git", .branch("master"))`### Pull to refresh:
### Compact mode:
### Swipe to new pages:
### Requires
- the Constraint extension (Included)### Install
- Manual: open `FlowLayout.xcodeproj`
- Carthage: `github "eonist/FlowLayout" "master"`
- CocoaPod (coming soon)### Credits
- Incredible gif via [Gifski](https://github.com/sindresorhus/gifski-app)
- The awesome people from [Swift-lang](https://slofile.com/slack/swift-lang) on Slack### Todo
- Add stockimages
- Fix compact mode so that the offset is inherited in the next view
- Make a new IRL video with the new fixes
- Keep improving the structure and clarity### Press
- Producthunt: [https://www.producthunt.com/posts/flowlayout](https://www.producthunt.com/posts/flowlayout)
- [MediaKit.zip](https://www.dropbox.com/s/5s59k5e0o6z5y0g/mediakit.zip?dl=0) via dropbox
- Blog post about FlowLayout [eon.codes/blog](http://eon.codes/blog/2018/08/05/Flow-Layout/)### License
[MIT](https://en.wikipedia.org/wiki/MIT_License)