Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 744 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 744 Bytes

QuickAdder

Help developer to create a UIAlertController with UITextField to create a NSDictionary for add item into UITableView or UICollectionView.

Requirements

  • Xcode 8.0+
  • iOS 9+

Installation

  • install using CocoaPods:
    Add to Podfile
pod 'QuickAdder'

And run this in your project directory

pod install
  • install manual:
    Download the project files, copy files in 'Classes' to your project, and import *.h files

Quick Start