pub unsafe trait UIPopoverPresentationControllerSourceItem: NSObjectProtocol {
// Provided method
fn frameInView(&self, reference_view: &UIView) -> CGRect
where Self: Sized + Message { ... }
}Available on crate feature
UIPopoverPresentationControllerSourceItem only.Expand description
Provided Methods§
fn frameInView(&self, reference_view: &UIView) -> CGRect
Available on crate features
UIResponder and UIView and objc2-core-foundation only.Trait Implementations§
impl<T> ImplementedBy<T> for dyn UIPopoverPresentationControllerSourceItem
Implementations on Foreign Types§
impl<T> UIPopoverPresentationControllerSourceItem for ProtocolObject<T>where
T: ?Sized + UIPopoverPresentationControllerSourceItem,
Implementors§
impl UIPopoverPresentationControllerSourceItem for UIBarButtonItem
impl UIPopoverPresentationControllerSourceItem for UILayoutGuide
impl UIPopoverPresentationControllerSourceItem for UITab
Available on crate feature
UITab only.