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