Morteza Gharedaghi

Results 2 comments of Morteza Gharedaghi

@JakeLin you're welcome

1.create your topView .xib File 2.then in "MyMenuTableViewController.swift" add these Line: `tableView.registerNib(UINib(nibName: "menuHeader", bundle: nil), forHeaderFooterViewReuseIdentifier: "menuHeader")` 3. add this func to tableVIew: `override func tableView(tableView: UITableView, viewForHeaderInSection section: Int)...