Skip to content

Swift Network Images is a sample iOS / Swift 3 app for the AKPFlowLayout project

License

Notifications You must be signed in to change notification settings

akpw/SwiftNetworkImages

Repository files navigation

Swift Network Images

Language License

Swift Network Images is a sample iOS app / Swift3 app for AKPFlowLayout.

Blogs

Features

  • Demonstrates practical usage of the AKPFlowLayout framework

  • Shows an easy way to build UI in code with NSLayoutAnchor, UILayoutGuide, and UIStackView

  • Shows pragmatic approach to MVVM, with simple DIY bindings for mutable ViewModels

  • UIPresentationController-based animated transitions

  • Protocol-Oriented and Value-Based Programming

  • Testable design via Dependency Injections

  • DRY BDD tests using Quick's Shared Assertions

Docs

Initial docs, generated with jazzy and hosted by GitHub Pages.

TODOs

  • UICollectionView Custom Layout examples:
  • Global section header (pinnable, stretchable)
  • Sticky section headers
  • Collapsible / expandable sections
  • Drag reodering
  • Swipe to edit
  • UICollectionView transitions / animations

Building the project

  1. Clone the repository
$ git clone https://github.com/akpw/SwiftNetworkImages
  1. Install pods
$ cd SwiftNetworkImages
$ pod install
  1. Open the workspace in Xcode
$ open "SwiftNetworkImages.xcworkspace"
  1. Compile and run the app in your simulator

Requirements

  • Swift 3
  • Xcode 8
  • iOS 9

About

Swift Network Images is a sample iOS / Swift 3 app for the AKPFlowLayout project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published