xamarin.ios
Monotouch uialertview size problem
I want to use uialertview on my iPad app. Also i use monotouch but i cannot change alertview size. How can i change size alertview?[详细]
2023-04-06 06:04 分类:问答What is the equivalent of CGImageCreateWithImageInRect in MonoTouch?
What is the equivalent of CGImageCreateWithImageInRect iOS method in MonoTouch? I\'m trying to convert this Objective-C line in C#:[详细]
2023-04-05 23:44 分类:问答How can I profile a monotouch app?
I am trying to analyze a performance issue in my iPhone app with Instruments. I compiled and installed my app in debug mode, created a \"Time Profiler\" and successfully recorded some data of the time[详细]
2023-04-05 21:00 分类:问答Is there any OpenCV wrapper for Monotouch?
OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer visi开发者_如何学Goon and augmented reality.[详细]
2023-04-05 18:27 分类:问答Is it possible to swap out large localization strings to their own files?
Currently I\'m finishing my very first iPhone application with MonoTouch. Localization through the \"*.lproj\" folders works as expected开发者_如何学编程.[详细]
2023-04-05 18:01 分类:问答Wrapping C++ library in XCode
I need 开发者_StackOverflow中文版some help with wrapping C++ libraries in XCode. What I want to achieve is to create new library in XCode, import C++ library (I have .a and .h files), wrap it to Obj-[详细]
2023-04-05 07:58 分类:问答Why can't I reuse any UITableView cells?
I have a UITableView showing over 50 custom-designed cells. The table shows ok, but if I scroll the table, no cells ever get reused. Instead my app just keeps loading new cells all the time, which is[详细]
2023-04-05 07:31 分类:问答MonoTouch.Dialog: iPad not getting background Image set
using MonoTouch.Dialog I create a simple ViewController: In the LoadView I set the background image. This works in iPhone, but not in iPad. There is nothing else to the app at this point:[详细]
2023-04-05 06:23 分类:问答How to add an icon to the iPhone application with mono touch?
Could you tell me how to add an icon to the iPhone application with mono touch?开发者_Go百科Inside MonoDevelop[详细]
2023-04-04 22:36 分类:问答How do I remove/unregister event handler from an event?
I’ve made a custom uitableviewcell . The cell consist out of labels and a UIButton.Everything was working fine until I found out that there is a small problem with the reusable cell in combination wi[详细]
2023-04-04 21:21 分类:问答