I am trying to create a custom tableviewcell in a view. In particular, I want to display an image and captions above my table. I also use the tab bar below. The entire code sample that I find uses an approach with 3 threads: 1 rootviewcontroller, 1 mainwindow and 1 with a user table cell in it. I do not see how to load a custom nib view into a window in which there are other things. Sorry for the long question! Thank!
source
share