Add this and you are good to go:
override func viewDidLayoutSubviews() {
println(self.view1.frame.size)
}
you can look at width or height as you please.
Add this and you are good to go:
override func viewDidLayoutSubviews() {
println(self.view1.frame.size)
}
you can look at width or height as you please.