Chapter 17 - OfficeBuddy in landscape

Just took the starter project of chapter 17 and enabled landscape orientation (it is disabled in the starter project). I then started the simulator and rotated. The result looks as if all the added screen width is added to the menu view, which now overlaps the main view (CenterViewController). Tried to correct by resetting its size in viewWillTransitionToSize, and by adding a with layout constraint programatically, but that only made it worse. Anyone got the starter project rotation proof?
Thanks a lot.

I’ve encountered the same issue. Did you ever find a solution?