I'm trying to create a custom UITableViewCell with a XIB using MonoTouch/MonoDevelop.
When I choose File -> New -> File -> MonoTouch -> iPhone View, I get the Xib file but no associated UIView class.
I can create the view class separately, but then how do I get the associated designer.cs file and get it all wired up so that the integration between MonoDevelop and XCode works for setting up outlets and actions?
What am I missing?