How to layout view above Navigation controller using UIKit – Ios swift
I am trying to make a custom UIAlertController with dimmed background which is called by tapping a navigation bar right bar button. My ViewController is embedded in NavigationController and i am expecting my view to cover the whole screen. However,…