Vito

Results 3 comments of Vito

Hi @scalessec ,I have similar use case like this, could you help to review and merge this PR? thanks

Seems like the `view.layoutIfNeeded()` cause the width to incorrect

According to the clue from [PR #199](https://github.com/gordontucker/FittedSheets/pull/199), this issue is trigger by `SheetViewController`'s `viewDidDisappear` method, So, I think we can fix this by checking if whether presenttedviewcontroller is nil ```...