floating UIButton with image on a UITableview [duplicate]
问题 This question already has answers here : How to put buttons over UITableView which won't scroll with table in iOS (9 answers) Closed 4 years ago . I try to implement a floating button over a UITableview . So that when the content scrolls the button stay at the same position. The button shall hold a transparent image. I did a smoketest and it worked fine with insertSubview:aboveSubview: respectivly addSubView But doing this on a UITableview of an TableViewController does not seem to work. The