subinspathilettu / SJSegmentedViewController

MIT License
334 stars 126 forks source link

Layout on rotation #39

Open fabiosoft opened 7 years ago

fabiosoft commented 7 years ago

The method willTransition doesn't work, collection view inside is a mess on rotation.

override func willTransition(to newCollection: UITraitCollection, with coordinator: UIViewControllerTransitionCoordinator) {
        collectionViewLayout.invalidateLayout()
    }