I am trying to create a custom UITableViewCell using XIB using MonoTouch / MonoDevelop.
When I select File -> New -> File -> MonoTouch -> iPhone View, I get a Xib file, but not its associated UIView class.
I can create the presentation class separately, but how can I get the designer.cs file associated with it and include it all so that the integration between MonoDevelop and Xcode works to configure roles and actions?
What am I missing?
source
share