Initial orientation of UICollectionView (iOS 8) -


i have ios 8 project (no autolayout) uicollectionview 4 items in arranged horizontally. when start app in landscape mode, collection view still in portrait mode. when device rotated, collection view correctly rotates.

willrotatetointerfaceorientation , didrotatefrominterfaceorientation not called initial display. viewdidload , viewwilllayoutsubviews called.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

ruby - How do I merge two hashes into a hash of arrays? -