monotouch

High profile MonoTouch apps?

A client do not want to consider MonoTouch for a new project. MonoTouch.info has a long list of apps, but I have not found any on the caliber that can convince a client too choose a technology. The client has seen the list, and actually use the bland screenshots as an argument against MonoTouch. Where can I find examples of applicatio...

Monotouch vs Flash CS5 for iPhone App Development

Hi, With the recent loosening of the Apple Developer licence on third-party development platforms, I have had a brief look into app development with Monotouch and Flash CS5 but am unsure of which to develop with. I am competent in both C# and ActionScript so the language isn't so much the issue (but i dislike objective-c so please don't...

MonoTouch.Dialog's OwnerDrawnElement highlight not working

I am using MonoTouch.Dialog's OwnerDrawnElement, but it doesn't seem to allow the user to 'highlight' the cell when touching the screen. I've looked at the sample, but it doesn't show the highlighting. Any suggestions? I noticed that TweetStation doesn't seem to user OwnerDrawnElement. Should I take another approach? I need to create a...

iPhone app InputAccessoryView isn't appearing on iPad

I'm using Monotouch to develop an app for the iPhone. In my iPhone only app, I have an InputAccessoryView appear whenever the user selects a textfield. The accessory view provides buttons which aid the user (undo/redo etc). It works fantastically on the simulator and on iPhone devices. However, out of the blue, the Input Accessory V...

View Rotation in MonoTouch iPad Application

Hi All, I'm pretty new to MonoTouch and I'm having problems getting my app to rotate from portrait to landscape mode. My project has two XIB files, the MainWindow added by MonoTouch and MainController.xib which I have added. The MainController has a single label and no other controls. In my Main.cs I have the following to load the Main...