I am just beginning using MonoTouch and having a great time with it. I am however having an issue getting to grips with how the UIControllers and views interact with each other. For instance, i am beg
From what I understand, Apple has banned the Flash runtime on the iPhone because Apple doesn\'t want an alternative runtime environment to that which Apple provides via their own tools.Allowing a Flas
I am trying to take a date string and turn it into a specific NSDate 开发者_如何学C(eg. July 1, 1981), butI don\'t see and methods for setting the date.Does anyone know how to accomplish this?Perhaps
I\'m able to load and access resx files in Simulator builds of my iPhone app built using MonoTouch. The resx file entry in the csproj file looks like:
I\'开发者_运维百科m trying to figure out how to have a view. Let\'s call it ThirdView. It should slide up from the bottom of the screen when a user clicks a particular button on SecondView.You\'ll wan
I have a screen with a button on a bottom toolbar which when the user clicks it I want a translucent screen to slide up from the bottom of the screen, the user will then enter something in a textbox,
When attempting to debug (Run -> Debug), the \"waiting for debugger\" dialog appears, and subsequently disappears.The simulator starts up to the home screen, I click on my app, and all that happens is
Ho开发者_JS百科w can I load an image to a UIImage object from the url of the image?Currently, I am loading the image using UIImage.FromFile, and including the image as content, but I need to be able t
How can I install a text file as part of a MonoTouch app? I know how to create, write to, and read from a text file in the app\'s Documents fol开发者_如何学编程der, but I want to install a text file p
I\'m n开发者_JAVA技巧ew to MonoTouch and iPhone development. I have my images (PNG) in a resources folder in MonoDevelop, however if I want to set the image property for a button in Interface Builder,