I need overlay UINavigationBar with UIView like here
UINavigationBar
UIView
Here's a Swift 3 answer
UIApplication.shared.keyWindow?.addSubview(menuView)