pub unsafe trait UISheetPresentationControllerDetentResolutionContext: NSObjectProtocol + MainThreadOnly {
// Provided methods
unsafe fn containerTraitCollection(&self) -> Retained<UITraitCollection>
where Self: Sized + Message { ... }
unsafe fn maximumDetentValue(&self) -> CGFloat
where Self: Sized + Message { ... }
}
Available on crate feature
UISheetPresentationController
only.Expand description
Provided Methods§
unsafe fn containerTraitCollection(&self) -> Retained<UITraitCollection>
Available on crate feature
UITraitCollection
only.unsafe fn maximumDetentValue(&self) -> CGFloat
Available on crate feature
objc2-core-foundation
only.