KSQueryItem 1.0.1

KSQueryItem 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2015

Maintained by Keith Smiley.



  • By
  • Keith Smiley

A simple NSDictionary category to return NSURLQueryItems for use with NSURLComponents

Usage

NSURLComponents *components = ...
NSDictionary *params = @{@"user": @"archer", @"password": @"guest"};
components.queryItems = [params ks_queryItems];

Setup