I am writing an RSS and Mail reader a开发者_运维知识库pp in C# (technically MonoTouch). I have run into the issue of parsing DateTimes. I see a lot of variance in how dates are presented in the wild
This question is a duplicate of 1042830, but MonoTouch-specific. Is there a way th开发者_如何学Cat\'s safer than allocating an IntPtr, drawing into it using CGBitmapContext and then reading bytes at t
Note: Using Monotouch. I have a directory called Images where I have all my PNG files. In my code I have the following
Just wondered how many application are written with MonoT开发者_如何学运维ouch and published in App Store?
I\'m trying to convert a piece of Objective-C code into C# for use with Monotouch and I have no idea what to use to replace stringWithContentsOfUrl
I开发者_如何学C\'m trying to learn the MapKit with Monotouch and I\'m having difficulty figuring out how to search for an address.I finally found this snippet of Objective-C code that might help but i
Edited Mar 30 - Note: Monotouch used. When I rotate to LandscapeRight/Left I want to change the location of some of my buttons. Here\'s what I\'m trying:
I\'m trying to get a basic flip animation transition working when I push a controller inside a navigation. The code below fli开发者_开发问答ps the view, however the view appears first (each element fa
does anyone have 开发者_Python百科any examples of using NSKeyedArchiver in monotouch? i just want to store a list of pocos
When MyView gets pushed on to the NavigationController, I have the following code public override void ViewDidLoad ()