I finally found one solution. I basically created a UITableView and a title, both with a clear background color. Then I add a new view (with the same height as the tableView header), between the controller view and the tableView at the top. This new view is the title. Then I use the scrollViewDidScroll function to control the position of the view, which mimics the title. That way I could achieve a rebound in the View table under the heading
I gave an example, you can download it here
source share