I have a simple test application with a NavigationController that extends UINavigationController [MonoTouch.Foundation.Register(\"NavigationController\")]
When developing in Monotouch, is it \"better\" to us real .NET events or NSNotificationCenter? Simple example: I have a UIViewController. It offers an event \"CallbackWhenDisappeared\". This event is
I have a UIScrollView. On top of it I allow the user to add a DraggableView (a subclass of UIImageView) by applying a long press gesture to the UIScrollView.
EDIT: A couple of years later, things are easier. It is now possible to omit the Register() attributes, both on the application and the app delegate and instead use:
I have showing 5 to 8 items in the UITableView. But Separator line showing empty cells also. There are no value on that empty cells.Why Separator line showing on these empty cells?I choose the Separa开
In MonoDevelop I\'m creating a \'MonoTouch Single View Application - Universal (Storyboard)\', when I compile the solution I get the following error:
I\'m wondering if there\'s any SDK/control to use bing maps with monotouch? or probably any soluti开发者_如何转开发ons on how to use iOS bing SDK with monotouchChris Hardy has created MonoTouch bindin
I\'m currently following this small tutorial about MonoTouch, SQLite and FTS3: How to use FTS in SQLite w开发者_JAVA百科ith Monotouch
I have been developing a monotouch opengl iphone game for some weeks now. As recently as yesterday, it was building and running properly on my test hardware (an iPhone 4). But when I loaded the projec
I am experimenting with monotouch for the first time. I have essentially fi开发者_如何转开发nished my first application, however, I am re-visiting the application to make it more appealing visually an