Currently, my view hierarchy consists of a UIViewController (NOT UITableViewController), a UITableView nested in the view controller, and a UIVisualEffectView (set to Extra Light) in front of the UITableView aligned to the bottom of the UINavigationBar. The effect that I want to achieve is somewhat similar to the effect of the segment of the App Store segment.
However, I noticed that at the border between the navigation bar and the UIVisualEffectView, a strange blur spot appears that makes the view incompatible, as shown in the figure below (highlighted in red):

Optimally, I would prefer the UIVisualEffectView to blend in perfectly with the blur of the UINavigationBar.
Thanks.
ios ios9 swift uinavigationbar uivisualeffectview
Pan ziyue
source share