Questions tagged [dialogviewcontroller]

The DialogViewController is a MonoTouch.Dialog ViewController for iPhone/iPad applications.

The DialogViewController is a MonoTouch.Dialog ViewController for iPhone/iPad applications built using .Net languages. "The DialogViewController, being a UITableViewController subclass, has a UITableView as its view."

Here is a link to the author's website about the DialogViewController:

http://docs.xamarin.com/ios/tutorials/MonoTouch.Dialog#Using_DialogViewController

17 questions
0
votes
1 answer

Monotouch Dialog - Multi line RootElement

I am using MonoTouch.Dialog to create a page in my Xamarin iOS app. I am trying to create a multi-line RootElement by leveraging the GetCell method. This works fine on load, but if you click to a different tab and back the element shrinks back to…
0
votes
1 answer

How to capture DialogViewController refresh in Xamarin.iOS?

I am using Xamarin to build a simple app. In my app I use a series of classes that inherit from DialogViewController. In some cases, when the user clicks on an item, I use: NavigationController.PushViewController( new DialogViewClass() , true…
1
2