mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
Make sliding modal presentable spannable
This commit is contained in:
@@ -22,7 +22,7 @@ protocol SlidingModalContainerViewDelegate: class {
|
||||
}
|
||||
|
||||
/// `SlidingModalContainerView` is a custom UIView used as a `UIViewControllerContextTransitioning.containerView` subview to embed a `SlidingModalPresentable` during presentation.
|
||||
final class SlidingModalContainerView: UIView, Themable, NibLoadable {
|
||||
class SlidingModalContainerView: UIView, Themable, NibLoadable {
|
||||
|
||||
// MARK: - Constants
|
||||
|
||||
@@ -72,7 +72,7 @@ final class SlidingModalContainerView: UIView, Themable, NibLoadable {
|
||||
// MARK: - Setup
|
||||
|
||||
static func instantiate() -> SlidingModalContainerView {
|
||||
return SlidingModalContainerView.loadFromNib()
|
||||
return self.loadFromNib()
|
||||
}
|
||||
|
||||
// MARK: - Life cycle
|
||||
|
||||
Reference in New Issue
Block a user