Add “image view” in … Now open your ViewController.swift file. 2. Today, we'll look at how to achieve this effect … UIImageView: It’s something like frame of the image or placeholder of the image where we’ll set our UIImage or image. The feature of Dynamic Cell Sizing based on its contents is very important in iOS Development. There are 2 things to add image to your application programmatically. 1. This Swift code example will demonstrate how to create UITableView programmatically in Swift. Today we're gonna dive into creating custom table view cells using all code baby! Hope you guys enjoy it! class MyCell: UITableViewCell { override init (style: UITableViewCell. // // ViewController.swift // DemoProgam // // Created by KIRIT MODI. :D Music by Andrew ApplePie Jarvis Desk - https://goo.gl/JbVrWF Fully Lumen Lamp - … UITableViewCell can provide some basic elements to display data (title, detail, image in different styles), but usually you'll need custom designed cells. Here is a basic template of a custom cell subclass, I'll explain all the methods after the code. Add image to your “image view”. The full code of the UITableView is below. The code example below will cover: Make ViewController conform to UITableViewDataSource, so that we can load table items into the table view Make ViewController conform to UITableViewDelegate, so that we can handle events like for example when user taps on a table… This Swift 4 code example will demonstrate how to create UITableView programatically in Swift 4.