monotouch.dialog
UINavigationController scrolls down on back button click
I\'m working on an iPhone / iPad app with several navigation controllers. Wh开发者_开发技巧en I click a back button of a view while the device is in landscape mode, the previous view scrolls verticall[详细]
2023-04-12 08:15 分类:问答MonoTouch Dialog. Buttons with the Elements API
Is it possible to create buttons on the view using only Elements API? var root = new RootElement (\"LoginScreen\"){[详细]
2023-04-11 14:17 分类:问答Is it possible to create a Checkbox Selection list using MonoTouch.Dialog?
Basically I want the same functionality that you get by using the RadioSelection attribute except that it allows multiple selections to be made.[详细]
2023-04-06 14:17 分类:问答MonoTouch.Dialog: iPad not getting background Image set
using MonoTouch.Dialog I create a simple ViewController: In the LoadView I set the background image. This works in iPhone, but not in iPad. There is nothing else to the app at this point:[详细]
2023-04-05 06:23 分类:问答MonoTouch.Dialog: Dismissing a Keyboard
Using the Reflection API to auto generate a UI. How can I dismiss the keyboard when the user selects开发者_运维知识库 a new field, or if they choose a field which generates a new view to pick from. I[详细]
2023-04-04 11:39 分类:问答MonoTouch.Dialog: No Default value
I am using the BindingContext to generate the table and don\'t want a default value chosen. My Class has this field:[详细]
2023-04-03 17:26 分类:问答MonoTouch.Dialog: Alignment of Text
I am trying to right align the value entered in a cell: [Section] [Entry (\"Nicknam开发者_StackOverflow社区e\")][详细]
2023-04-03 17:21 分类:问答MonoTouch.Dialog: Table appearing 5 cm from top
I\'d like the UITableView which MonoTouch.Dialog creates to appear 5cm or so from the top of the screen. By default it\'s at the top.[详细]
2023-04-03 17:11 分类:问答Using the MonoTouch.Dialog feature to create an application similar to the SMS application
I am trying to learn using MonoTouch. I am basically trying to create something similar to the sms message application that is built into开发者_如何学JAVA the iphone.[详细]
2023-03-14 09:53 分类:问答Setting button color in MonoTouch.Dialog
I have the following code: [OnTap (\"Account\")] [Alignment (UITextAlignment.Center)] [Entry (\"Create ScanDo! Account\")][详细]
2023-03-14 09:14 分类:问答