Resizing a presenting view on rotate
问题 I'm having a problem handling rotation in a view controller. When the view is topmost and the phone is rotated, it adapts correctly. When there's a view controller being presented modally over it and the device is rotated, the view controller under is not fully updated for the rotation when the user returns. The biggest problem I appear to be having is that the separator lines don't expand to fill the whole width. Example: I've uploaded my test project to GitHub; you can clone it from https:/