Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MonoTouch.Dialog equivalent for Objective C?

Is there an equivalent of MonoTouch.Dialog, but for native Objective C apps? MonoTouch.Dialog automatically generates UITableView settings-style interfaces based on model metadata, or via a simple API.

I've been experimenting with building apps with MonoTouch, but I've found the app startup time currently unacceptable, so I'm trying to move to the Proper One True Apple Way.

I know about InAppSettingsKit, but that seems to be specifically for replicating the Settings.app interface, whereas MonoTouch.Dialog can generate much more flexible interfaces.

like image 607
Tom Gilder Avatar asked Oct 02 '10 10:10

Tom Gilder


Video Answer


1 Answers

Yes, there is an alternate available called QuickDialog. It is very stable and actively developed. I used it in projects and highly recommend it.

You can clone the code repository from Github here https://github.com/escoz/QuickDialog

like image 69
Prashant Cholachagudda Avatar answered Oct 17 '22 10:10

Prashant Cholachagudda