mirror of
https://github.com/gimenete/iOS-boilerplate.git
synced 2026-01-10 06:58:12 -05:00
1.0 KiB
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:
IOS Boilerplate includes some third party software:

