pub unsafe trait UIPopoverBackgroundViewMethods {
// Provided methods
fn arrowBase() -> CGFloat
where Self: Sized + ClassType { ... }
fn contentViewInsets() -> UIEdgeInsets
where Self: Sized + ClassType { ... }
fn arrowHeight() -> CGFloat
where Self: Sized + ClassType { ... }
}Available on crate feature
UIPopoverBackgroundView only.Expand description
Provided Methods§
fn arrowBase() -> CGFloat
Available on crate feature
objc2-core-foundation only.fn contentViewInsets() -> UIEdgeInsets
Available on crate features
UIGeometry and objc2-core-foundation only.fn arrowHeight() -> CGFloat
Available on crate feature
objc2-core-foundation only.