/QuickAdder

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

Primary LanguageObjective-CBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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