pub unsafe trait UITextSelectionHandleView: UICoordinateSpace + IsMainThreadOnly {
// Provided methods
unsafe fn direction(&self) -> NSDirectionalRectEdge
where Self: Sized + Message { ... }
unsafe fn setDirection(&self, direction: NSDirectionalRectEdge)
where Self: Sized + Message { ... }
unsafe fn isVertical(&self) -> bool
where Self: Sized + Message { ... }
unsafe fn customShape(&self) -> Option<Retained<UIBezierPath>>
where Self: Sized + Message { ... }
unsafe fn setCustomShape(&self, custom_shape: Option<&UIBezierPath>)
where Self: Sized + Message { ... }
unsafe fn preferredFrameForRect(&self, rect: CGRect) -> CGRect
where Self: Sized + Message { ... }
}Available on crate features
UITextSelectionHandleView and UIView only.Provided Methods§
unsafe fn direction(&self) -> NSDirectionalRectEdge
Available on crate feature
UIGeometry only.unsafe fn setDirection(&self, direction: NSDirectionalRectEdge)
Available on crate feature
UIGeometry only.unsafe fn isVertical(&self) -> bool
unsafe fn customShape(&self) -> Option<Retained<UIBezierPath>>
Available on crate feature
UIBezierPath only.unsafe fn setCustomShape(&self, custom_shape: Option<&UIBezierPath>)
Available on crate feature
UIBezierPath only.