xamarin.ios
Is having a NSFetchRequest with an NSPredicate supported in MonoTouch
I have tried the following using an NSPredicate and am not getting the results I would expect: NSFetchRequest request = new NSFetchRequest ();[详细]
2023-04-13 09:18 分类:问答Is there a simple replacement for MonoTouch.UIKit.UIKeyboard.BoundsFromNotification?
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[详细]
2023-04-13 03:33 分类:问答iphone : Where to write this code?
Actually I am new to iphone development and want to implement Toast for this I find a stackoverflow post[详细]
2023-04-13 03:15 分类:问答MonoTouch 5.0: Get MonoDevelop to use iOS 5 SDK/Simulator
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.[详细]
2023-04-13 01:55 分类:问答UITextView - Setting Border Color
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.[详细]
2023-04-12 20:16 分类:问答Monotouch: Render PDF page preview in separate thread crashes from time to time
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[详细]
2023-04-12 19:28 分类:问答How to factorize definition of C# projects (csproj) between platforms (MonoTouch/-Droid/WP7)
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)...[详细]
2023-04-12 11:28 分类:问答Publishing to TestFlight, new testers, do I really need to rebuild/download my provisioning profile?
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[详细]
2023-04-12 10:23 分类:问答MonoTouch : How to serialize a type (like CLLocation) not marked as Serializable?
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:[详细]
2023-04-12 09:01 分类:问答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 分类:问答