gordontucker / FittedSheets

Bottom sheets for iOS
MIT License
1.32k stars 278 forks source link

SheetViewController.swift --> resize animation fix #206

Closed kulikovs closed 1 year ago

kulikovs commented 1 year ago

Hi!

Problem When I resize the FittedSheets with animation and push viewController at the same time - animation do not working.

Fix I resolved it when changed self.contentViewController.view.layoutIfNeeded() to self.view.layoutIfNeeded()

Thank you for the greate lib!

aleksiy805 commented 1 year ago

Have the same problem. This fix is useful