/iPhoneLibs

An Xcode project containing various useful objects for iPhone coding.

Primary LanguageObjective-COtherNOASSERTION

iPhoneLibs is a collection of various useful classes. The repo currently contains:

NetworkCenter allows for communication with HTTP servers using GET and POST requests. It references the SBJSON class to allow for parsing of JSON return values.

DownloadProgress is a customized UIAlertView that can be used in conjunction with NetworkCenter to provide blocking downloads and track download progress.

Also, iPhoneLibs_Prefix.pch contains a couple handy macros for logging errors.