I'm a new developer iOS.
I use auto-layout.
I have a problem. I can not get real size of UIView after constraints.
Example, when I want get size of UIView
with constraint
self.container.frame.size.height
It alway return 550 for all device size. But I can see it have difference size when I run it on difference device.
Thanks