In UIViewController class i am using this code :
func handleMore() {
let blackView = UIView()
blackView.backgroundColor = UIColor.black
view.addSubview(blackView)
blackView.frame = view.frame
}
why it leaves white strip? https://drive.google.com/open?id=0Bz964D-WrU9KYktYdmhyR3dNY1U i really confused(