Ios swift – Taggesture for UIImageview inside table header view not working
What am i doing wrong? I also tried to subclass UIView and put the 'button' (imageview) in that and use that as my headerview but still tapping doesn't work. Also tried using UITableHeaderFooterView. lazy var groupDetailsButton: UIImageView = { let…