To summarize, I'm using an IGGridView with AutoLayout in iOS 7 (with correct constraints set to expand to screen) and notice that when I rotate from Portrait to Landscape, the grid does not completely expand horizontally (vertically is fine) to fill the remaining space. However, if I use switch back to Springs/Struts, it works fine. This behavior happens both when using the data source helper, or when implementing the datasource protocols myself.
The only way I can get the grid to fully expand with AutoLayout is to override the didRotateFromInterfaceOrientation and viewDidAppear methods and send an updateData call to the grid. But that isn't smooth and you can really see the grid snap back to fill the remaining space post rotate.
Is there anything I am missing when using AutoLayout and rotation?
Here are some basic steps I took:
Thanks.
Jeff,
I have submitted this issue to our development team for further review. The reference number for this item is 167912. A support case has also been opened for you with reference number CAS-133670-R4Y3J8. You will receive more information on this case through the support case. Please let us know if you would like us to provide you with a private build when this issue has been resolved.