What's wrong with this code? Because the blue view is not shown?
let myRedView = UIView(frame: CGRect(x: 0, y: 0, width: 400, height: 400))
myRedView.translatesAutoresizingMaskIntoConstraints = false
myRedView.backgroundColor = UIColor.redColo...
asked by
07.06.2016 / 18:45