Add button in bottom of view – Ios swift
Trying to add a UIView that fills the screen, that works fine. But I also want to add a UIButton to the bottom of the UIView, but somehow the UIButton doesn't show up: let screenSize: CGRect = UIScreen.main.bounds let myView…