Create custom tableviewcell in view

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!

+3
source share
1 answer

This article explains how to load a custom table cell from a NIB file. This is pretty easy as soon as you see how it is done.

+2
source

Source: https://habr.com/ru/post/1784331/


All Articles