UILinkTextViewDelegateWrapper
class UILinkTextViewDelegateWrapper(wrapped: UITextViewDelegateProtocol) : NSObject, UITextViewDelegateProtocol
Deprecated
This feature has been deprecated. It is recommended to use Compose Multiplatform instead.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
expect open override fun performSelector(aSelector: COpaquePointer?, withObject: Any?, _withObject: Any?): Any?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun scrollViewDidEndZooming(scrollView: UIScrollView, withView: UIView?, atScale: CGFloat)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun scrollViewWillEndDragging(scrollView: UIScrollView, withVelocity: CValue<CGPoint>, targetContentOffset: CPointer<CGPoint>?)
Link copied to clipboard
Link copied to clipboard
open override fun textView(textView: UITextView, shouldChangeTextInRange: CValue<NSRange>, replacementText: String): Boolean
open override fun textView(textView: UITextView, shouldInteractWithURL: NSURL, inRange: CValue<NSRange>): Boolean
open override fun textView(textView: UITextView, shouldInteractWithTextAttachment: NSTextAttachment, inRange: CValue<NSRange>): Boolean
open override fun textView(textView: UITextView, shouldInteractWithURL: NSURL, inRange: CValue<NSRange>, interaction: UITextItemInteraction): Boolean
open override fun textView(textView: UITextView, shouldInteractWithTextAttachment: NSTextAttachment, inRange: CValue<NSRange>, interaction: UITextItemInteraction): Boolean
expect open fun textView(textView: UITextView, writingToolsIgnoredRangesInEnclosingRange: CValue<NSRange>): List<*>
expect open fun textView(textView: UITextView, willDismissEditMenuWithAnimator: UIEditMenuInteractionAnimatingProtocol)
expect open fun textView(textView: UITextView, willPresentEditMenuWithAnimator: UIEditMenuInteractionAnimatingProtocol)
expect open fun textView(textView: UITextView, willEndFormattingWithViewController: UITextFormattingViewController)
expect open fun textView(textView: UITextView, didEndFormattingWithViewController: UITextFormattingViewController)
expect open fun textView(textView: UITextView, willBeginFormattingWithViewController: UITextFormattingViewController)
expect open fun textView(textView: UITextView, didBeginFormattingWithViewController: UITextFormattingViewController)
expect open fun textView(textView: UITextView, shouldChangeTextInRanges: List<*>, replacementText: String): Boolean
expect open fun textView(textView: UITextView, editMenuForTextInRanges: List<*>, suggestedActions: List<*>): UIMenu?
expect open fun textView(textView: UITextView, editMenuForTextInRange: CValue<NSRange>, suggestedActions: List<*>): UIMenu?
expect open fun textView(textView: UITextView, primaryActionForTextItem: UITextItem, defaultAction: UIAction): UIAction?
expect open fun textView(textView: UITextView, textItemMenuWillDisplayForTextItem: UITextItem, animator: UIContextMenuInteractionAnimatingProtocol)
expect open fun textView(textView: UITextView, textItemMenuWillEndForTextItem: UITextItem, animator: UIContextMenuInteractionAnimatingProtocol)
expect open fun textView(textView: UITextView, menuConfigurationForTextItem: UITextItem, defaultMenu: UIMenu): UITextItemMenuConfiguration?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard