Since ios 8.0 views have additional layoutMargins
which by default has an 8 points values for every side.
When I try to change margins in viewDidLoad
it seems to have no effect on the child views:
override func viewDidLoad(){
super.viewDidLoad()
self.view.layoutMargins = UIEdgeInsets(top:100, left:100, bottom:100, right:100)
}
..itd does not seem to have any effect and