I have a RootElement declared and set up how I want on a DialogViewController, using the element-based API rather than the reflection API. Looks great.
I have a list of Customers which I use to create Elements like this: Foreach(Customer c in Customers) {
When a StringElement has A Tapped Ac开发者_运维技巧tion associated with it, how do I get it to display a UITableViewCellAccessory.DisclosureIndicator ?
It it possible to access the font and color properties of the section header and footer or do I need to subclass Section? I changed my UI to all black and everything looks great except my section head
Using Miguel de Icaza\'s Patterns for Creating UITableViewCells, I have created a custom UITableViewCell and turn开发者_StackOverflow中文版ed that into a MonoTouch.Dialog Element. I\'m using the eleme
I\'m trying to put together a detail view that is editable, similar to the iPhone default contacts app.
I use the MonoTouch.Dialog DialogViewController to create a nice view. private RootElement _createRoot(){
Can I create a Sectioned UITableView with MonoTouch.Dialog with alphabetic navigation? In MonoTouch, I create sectioned UITableViews like so:
I want to use monotouch dialog as not editable data display for some numeric values. But calling DialogViewController.ReloadData does not updates data from binded object.
I have the following code public partial class AppDelegate : UIApplicationDelegate { UINavigationController _navigationController = new UINavigationController();