The UITableView is such a versatile class – usable for so many different purposes, but can really be a pain to work with when you’re just creating something simple, and don’t want to mess around with delegates or set up data sources.
I’ve found a library based on the MonoTouch dialog library that can be used as a UITableView replacement in many instances, and can be set up with just a few lines of code.
Here’s a screenshot of a sample login screen created using the library:

The library is QuickDialog from Escoz Inc. You can find the library on Github here:
https://github.com/escoz/QuickDialog
You’ll find an extensive sample included with the library, and documentation on the Github page. You will definitely want to check this out and take note for the next time you’re creating a UITableView.
©2011 iPhone, iOS 4, iPad SDK Development Tutorial and Programming Tips. All Rights Reserved.
.






