I have tried the following using an NSPredicate and am not getting the results I would expect: NSFetchRequest request = new NSFetchRequest ();
MonoTouch.UIKit.UIKeyboard.BoundsFromNotification(MonoTouch.Foundation.NSNotificaton)] was deprecated in iOS 3.2. Is there a sim开发者_如何学Cple replacement method/snippet I can use?New methods wer
Actually I am new to iphone development and want to implement Toast for this I find a stackoverflow post
I upgraded to Lion, MonoDevelop 2.8 and MonoTouch 5.0 and the Apple iOS 5 SDK. All smooth. I installed the iOS 5 SDK into a different-than-default folder.
In MonoTouch I am trying to set the border color, but the BorderColor is inaccessible due to its protection level and can\'t be changed.
I have a UISlider. It is used to navigate quickly through a PDF. Whenever the threshold for the next page is reached, I display a UIView next to the slider\'s knob that contains a small preview of the
I\'m planning to develop a distributed application with a mobile part (MonoTouch/MonoDroid/WP7), a desktop part (WPF) and the web part (ASP/Silverlight)...
I have published an app through the testflight website to allow my colleagues to test, and as more and more of them opens the initial email and find time to go through the registration process, tester
I\'m working to an iPhone project using MonoTouch, and I need to serialize and save a simple object belonging to a c# class with a CLLocation type as data member:
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