[MonoTouch] Creating custom UITableViewCells the correct way with Xcode 4?

2011-11-09 Thread technohead
Hi, I've used the technique described here (http://www.alexyork.net/blog/post/Creating-Custom-UITableViewCells-with-MonoTouch-the-correct-way.aspx) with MonoDevelop 2.6 and Xcode 3 with great success and am now dipping my toes into MonoDevelop 2.8 and Xcode 4. It seems like the whole process

Re: [MonoTouch] Creating custom UITableViewCells the correct way with Xcode 4?

2011-11-12 Thread technohead
Doh, found the answer in the comments: 1) Create the new XIB (again, choose New iPhone View, not Controller!) and design it in XCode/IB. 2) Create a new class for your UITableViewCell subclass and make it a partial class Make sure it has a default constructor and the one receiving IntPtr han