iOS Autolayout get view Real width height in 4 ways
1) Access the height in viewDidAppear lifecycle method 2) Use Dispath Queue’s Main queue 3) Call layout update methods before access the size as below 4) Override the viewDidLayoutSubViews method…
Continue reading