yurii-lysytsia / AirCollection

AirCollection is a wrapper for UITableView / UICollectionView for VIPER / MVP architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AirCollection

platform language language license

Save your coding time with AirCollection written on Swift. It's a great wrapper for UITableView / UICollectionView and VIPER / MVP architecture.

Requirements

  • iOS 11.0+
  • Xcode 11+
  • Swift 5.0+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate AirCollection into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'AirCollection'

Usage

Reusable View

All about reusable view, table view cells and collection view cells usage you can read here

Table view

All about table view usage you can read here

Collection view

All about collection view usage you can read here

License

Released under the MIT license. See LICENSE for details.