I\'ve managed to get it to do what i think is an adhoc build and inside the bin folder there\'s an appName.app folde开发者_运维百科r
I have the following tableviewdelegate: private class TableViewDelegate : UITableViewDelegate { private DaysViewController _dvc;
is it possible for my app to programatically add events (with permission from the user) to the iphones ca开发者_运维问答lendar?
I\'m new to Mono and just started rec开发者_StackOverflow中文版ently. Is mono program are compiled from C# to native code to be able to run on several OS?
I am using the following code to get phones numbers from the address book. ABAddressBook mybook = new ABAddressBook();
The following view crashes the iPhone If I comment out the using (webView = new UIWebView(webRect)) { }
Whenever I hit the DeleteRows code, I get an exception telling me that the number of rows before and after the update need to be the same. Here\'s the official text:
In Monotouch on an iPhone/iPo开发者_C百科d, how do I detect if there is an internet connection available?The best way right now is to use this class from Miguel de Icaza\'s GitHub repository:
I would like to display an UIView above my tableview, for testing purposes I have used a Searchbar (to eliminate any possible problems with my code).
I would like to be able to capture an image (or choose an image from the photo library) and upload it to a remote server using Monotouch.I am not sure how to obtain and encode the image or how to uplo