Hi all, I was wondering if any of you are using the technique for creating and using UITableViewCells as described in this blog post:
http://www.alexyork.net/blog/post/Creating-Custom-UITableViewCells-with-MonoTouch-the-correct-way.aspx I have successfully used it, except there's one issue that I'm running into, it seems that within the UITableCellView, not all types of outlets will have their UI elements created. Any UILabel will be referable in code (as is described in the blog post), but I've found that any UIImageView will not be, the outlet always refers to null. As a result, I have resorted to creating these UI elements in code, which sort of defeats the purpose of using the XIB file to design and layout the UI. Dennis -- View this message in context: http://monotouch.2284126.n4.nabble.com/Creating-UITableViewCells-the-proper-way-tp3880226p3880226.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
