pub unsafe trait UISheetPresentationControllerDelegate: UIAdaptivePresentationControllerDelegate + MainThreadOnly {
// Provided method
fn sheetPresentationControllerDidChangeSelectedDetentIdentifier(
&self,
sheet_presentation_controller: &UISheetPresentationController,
)
where Self: Sized + Message { ... }
}Available on crate features
UIPresentationController and UISheetPresentationController only.Expand description
Provided Methods§
fn sheetPresentationControllerDidChangeSelectedDetentIdentifier( &self, sheet_presentation_controller: &UISheetPresentationController, )
Trait Implementations§
Source§impl ProtocolType for dyn UISheetPresentationControllerDelegate
impl ProtocolType for dyn UISheetPresentationControllerDelegate
impl<T> ImplementedBy<T> for dyn UISheetPresentationControllerDelegate
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".