Skip to content

Conversation

@Alelenka
Copy link

Issue

There is a need to use inlineMode with ViewCntroller sheet presented modaly, and not like a childViewController.

Result

So now inlineMode can be possible as in documentation

sheetController.animateIn(to: view, in: self)

And also we can use

self.present(sheet, animated: false, completion: nil)

Solution

all gestures would be sent to presentingViewController.view if it exists

Additional fix

If we use inlineMode with sheetController.animateIn inside TabBarController we would want to consider safeArea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant