I wanted to do the same design as the clock app on iOS for my UITableView, but don’t really know the different steps. So in my app I have a UITabBarController, my second tab contains a UINavigationController that loads a UITableViewController (exactly like on the screenshot below).
So for example, if I have 3 cells only, I just want to have 3 cells and not others under, and see a custom image in background (like this blue stripes or the world map in the Clock App).

I have the background for the cells already (gray background on the Clock app above).
Thanks!
You actually didn’t ask a question. Anyway to do the thing on screenshot you need to set background of
UINavigationControllerto desirable and setUITableViewControllertableView background color toclearColor. Also you need to set separator color of tableView toclearColor. If your cells is not full a screen you will not see other cells.