/MFNetworking

A collection of iOS networking utilities

Primary LanguageObjective-CMIT LicenseMIT

A collection of iOS mini framework networking utilities.

Files

These utilities have been tested on iOS 6.0 (but should run down to 4.0 as well). They require ARC.

  • MFBase64: Easily base64 encode strings or data
  • NSMutableURLRequest+MFMultipart: Allows you to easily add multipart data to an NSMutableURLRequest
  • NSURL+MFQueryParams: Create urls with query params or get query params from a url