xamarin.ios
Why do I have an empty (but working) table index band in UITableView?
Using MonoTouch to develop my very first iPhone application for a customer, I\'ve overridden the UITableViewDataSource.SectionIndexTitles function to provide a string[] array with what I thought would[详细]
2023-04-08 16:24 分类:问答bar scanner for MonoTouch?
I\'ve been looking into making an iOS app w开发者_如何转开发hich uses the camera to take a photograph of a barcode (such as code 39) and reading them in properly.[详细]
2023-04-08 10:19 分类:问答Embed images in library project using Monotouch 4.2?
I have a library project that contains a couple of UIViewControllers that are shared across vario开发者_StackOverflowus applications that make use of the libray.[详细]
2023-04-08 06:41 分类:问答Iphone, Obtaining a List of countries from MonoTouch
Is it possible to replicate what the code in here does in MonoTouch? Here is what I\'ve tried so far: for开发者_C百科each(string countryCode in NSLocale.ISOCountryCodes){[详细]
2023-04-07 22:45 分类:问答MonoTouch 4.2 does not support System.ServiceModel.EndpointAddress() when running on the device (works on the simulator)
I am using MonoTouch 4.2.1 with MonoDevelop 2.8 Beta 2 and XCode 4. We are trying to call a .Net web service method through classes generated by the slsvcutil proxy generator.[详细]
2023-04-07 21:27 分类:问答Is it possible to symbolicate MonoTouch crash dumps and get line numbers out of them?
Is it possible to symbolicate MonoTouch crash dumps and get line numbers out of them? If so, how is it done?[详细]
2023-04-07 18:08 分类:问答How does Enumerate work in MonoTouch?
In MonoTouch I need to process each object in an NSSet. My attempt, using Enumerate, is as follows: public override void ReturnResults ( BarcodePickerController picker, NSSet results )[详细]
2023-04-06 21:18 分类:问答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 分类:问答How to I bind to the iOS Foundations function NSLog
I am attempting to create a C# binding to NSLog for use in my MonoTouch app. Here is the link to the iOS documentation on NSLog (NSLog). So far I haven\'t had much luck in figuring out the exact syn[详细]
2023-04-06 11:52 分类:问答MonoDevelop Insert Mode always on?
I\'ve updated to the latest versions of MonoTouch and MonoDevelop. I can\'t seem to highlight ensure rows of text at a time by using the shift key + up/down arrows. I\'ve also noticed that \"--INSERT[详细]
2023-04-06 08:02 分类:问答