Is there an equivalent of MonoTouch.Dialog , but for native Objective-C applications? MonoTouch.Dialog automatically creates UITableView style interfaces based on model metadata or through a simple API.
I experimented with building applications with MonoTouch, but I found that the application launch time is currently unacceptable, so I'm trying to get to the correct True Apple path.
I know about InAppSettingsKit, but it seems to be specifically for replicating the Settings.app interface, while MonoTouch.Dialog can generate much more flexible interfaces.
Tom gilder
source share