My TapCell1.swift
This is Custom UITableViewCell View
UITableViewCell View
import UIKit class TapCell1: UITableViewCell { @IBOutlet var
Try this following code:
var cell = tableView.dequeueReusableCell(withIdentifier: "CustomCellTableView") as? CustomCellTableView