Candy search auto + search controller

I return to the forum to see if there is a solution to fix the position of SearchController.
I know the method through a tableview viewcontroller + + searchbar, etc. but I find the method of search Candy tutorial interesting.
My only problem would be to fix the position of SearchController when scroll on the page.

May be in its lines of code:

// Setup the Search Controller searchController.searchResultsUpdater = self searchController.searchBar.placeholder = "Mitady" searchController.searchBar.delegate = self definesPresentationContext = true searchController.dimsBackgroundDuringPresentation = false tableView.tableHeaderView = searchController.searchBar

Possible?