iOS 11 large title navigation bar snaps instead of smooth transition
I'm facing an issue where the large title navigation bar collapses very abruptly when scrolling on a UITableView embedded inside of a UIViewController. The problem seems to only occur when scrolling up on the screen. When scrolling down on the screen, the title transitions smoothly to being big again, but not vice versa. This issue does NOT occur if using a UITableViewController. Here is the normal, expected behavior when scrolling inside a UITableViewController. And here is the broken, abrupt transition when using a UITableView inside of a UIViewController. Here is the code for the broken