I want my custom cell to occupy not the entire width of the screen, but only part of it and to be in the center of its row. For example:
You can see little spaces on the left and right sides of each cell. I was able to achieve this by creating a UIView hierarchy, but then another problem arises for me. So I decided to find out if it is possible to do this without adding additional views?