"My View" has a subview (UICollectionView). The subview size is portrait mode 0,0,375,50.
When I launch the app. in landscape following are the results.
Window size in landscape mode is 0,0,375,667.
"My View" resize's in landscape mode, subview also resize's. But the subview size is still 0,0,375,50.
I was expecting subview.bounds to return 0,0,667,50.
The following answer says use bounds , but for me its not working. View resize's but bounds are incorrect.