How to add two UIButtons in Tableview section header
问题 I added custom tableview header with two buttons, but buttons are disabled , unable to make control events. i want to get layout like this. i'm new to development. any suggestions or solution i tried to add view with buttons inside view in ViewforHeaderSection function func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? { let inviteSectionHeaderview = UIView.init(frame: CGRect(x:0, y:0, width: self.view.bounds.width, height: self.view.bounds.height)) let