My TapCell1.swift
This is Custom UITableViewCell View
UITableViewCell View
import UIKit class TapCell1: UITableViewCell { @IBOutlet var
Try this following code
var cell:CustomTableViewCell = tableView.dequeueReusableCellWithIdentifier("CustomTableViewCell") as CustomTableViewCell
https://github.com/iappvk/TableView-Swift