Miguel writes a blog post showing the power of MonoTouch.Dialog a project he and others have been working on at github.
At the core of the iPhone UI lies the UITableView, a powerful table rendering widget that is used by pretty much every application on the iPhone. The UITableView is a powerful widget that can render its data in many different ways based on how you configure the widget, these are all variations of the UITableView. MonoTouch.Dialog helps speed up the process and write less code by letting you take a C# class and have it mapped to a UITableView.


No comments yet, be the first one to post comment.