kitasuke / PagingMenuController

Paging view controller with customizable menu in Swift
MIT License
2.5k stars 449 forks source link

bugs occur when rotating the screen #345

Open littlemozart opened 7 years ago

littlemozart commented 7 years ago

It seems that everything works well when the screen is in portrait. bea2e6cf-dced-4a37-9dc3-f0baa0df0e85 But once I rotate the screen, the menu bar will look higher than usual and the content view will be cut. c7552d17-9ee0-4c59-bcb6-68c4f224fd49

junestchick commented 7 years ago

Yes, the same as me. I put a collectionView in first segment and when rotating device, the size of cell is not updated. Any suggest ?