gisyellow / FlowLayout

Bi-directional layout framework for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlowLayout

Lang version badge platform codebeat badge codebeat badge

img

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.53 GPA on Codebeat πŸ†
  • 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 🀯

Pull to refresh:

img

Compact mode:

img

Swipe to new pages:

img

Requires

  • the Constraint extension (Included)

Install

  • Clone and run
  • Cocoa pod coming soon

Credits

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

License

MIT

About

Bi-directional layout framework for iOS


Languages

Language:Swift 100.0%