I wanna place my (BusinessViewTableHeader: UIView) as tableView header:
tableView.tableHeaderView = BusinessViewTableHeader.instanceFromNib() a
In Swift 3.0 register nib with following method-
let nibName = UINib(nibName: "FruitCell", bundle:nil) collectionView.register(nibName, forCellWithReuseIdentifier: "CellIdentifier")