Files
iOS-boilerplate/README.md
2011-09-09 11:27:32 +02:00

1.0 KiB

What is IOS Boilerplate

Is a code base for iOS projects. Current version provides

  • BaseViewController with methods for secure handling of async http requests
  • DictionaryHelper with methods for safe handling of collections
  • ImageManager: a class for downloading images asynchronously
  • FastCell (inspired on Atebits implementation) is a base class for implementing custom UITableViewCells with fast scrolling.

The project contains some examples with the use of those utility classes:

Demo menu

Async cell images demo

IOS Boilerplate includes some third party software: