Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (33 loc) · 1.42 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.42 KB

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.