UILinkTextViewDelegateWrapper

class UILinkTextViewDelegateWrapper(wrapped: UITextViewDelegateProtocol) : NSObject, UITextViewDelegateProtocol

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

Constructors

Link copied to clipboard
constructor(wrapped: UITextViewDelegateProtocol)

Properties

Link copied to clipboard
Link copied to clipboard
expect val description: String?
Link copied to clipboard
expect val hash: NSUInteger
Link copied to clipboard
expect val superclass: ObjCClass?

Functions

Link copied to clipboard
expect open override fun class(): ObjCClass?
Link copied to clipboard
expect open override fun conformsToProtocol(aProtocol: Protocol?): Boolean
Link copied to clipboard
expect open fun copy(): Any?
Link copied to clipboard
expect open fun debugDescription(): String?
Link copied to clipboard
expect open override fun description(): String?
Link copied to clipboard
expect open fun doesNotRecognizeSelector(aSelector: COpaquePointer?)
Link copied to clipboard
expect open fun finalize()
Link copied to clipboard
expect open fun forwardingTargetForSelector(aSelector: COpaquePointer?): Any?
Link copied to clipboard
expect open fun forwardInvocation(anInvocation: NSInvocation?)
Link copied to clipboard
expect open override fun hash(): NSUInteger
Link copied to clipboard
expect open fun init(): NSObject?
Link copied to clipboard
expect open override fun isEqual(object: Any?): Boolean
Link copied to clipboard
expect open override fun isKindOfClass(aClass: ObjCClass?): Boolean
Link copied to clipboard
expect open override fun isMemberOfClass(aClass: ObjCClass?): Boolean
Link copied to clipboard
expect open override fun isProxy(): Boolean
Link copied to clipboard
expect open fun methodForSelector(aSelector: COpaquePointer?): IMP?
Link copied to clipboard
expect open fun methodSignatureForSelector(aSelector: COpaquePointer?): NSMethodSignature?
Link copied to clipboard
expect open fun mutableCopy(): Any?
Link copied to clipboard
expect open override fun performSelector(aSelector: COpaquePointer?): Any?
expect open override fun performSelector(aSelector: COpaquePointer?, withObject: Any?): Any?
expect open override fun performSelector(aSelector: COpaquePointer?, withObject: Any?, _withObject: Any?): Any?
Link copied to clipboard
expect open override fun respondsToSelector(aSelector: COpaquePointer?): Boolean
Link copied to clipboard
open override fun scrollViewDidChangeAdjustedContentInset(scrollView: UIScrollView)
Link copied to clipboard
open override fun scrollViewDidEndDecelerating(scrollView: UIScrollView)
Link copied to clipboard
open override fun scrollViewDidEndDragging(scrollView: UIScrollView, willDecelerate: Boolean)
Link copied to clipboard
open override fun scrollViewDidEndScrollingAnimation(scrollView: UIScrollView)
Link copied to clipboard
open override fun scrollViewDidEndZooming(scrollView: UIScrollView, withView: UIView?, atScale: CGFloat)
Link copied to clipboard
open override fun scrollViewDidScroll(scrollView: UIScrollView)
Link copied to clipboard
open override fun scrollViewDidScrollToTop(scrollView: UIScrollView)
Link copied to clipboard
open override fun scrollViewDidZoom(scrollView: UIScrollView)
Link copied to clipboard
open override fun scrollViewShouldScrollToTop(scrollView: UIScrollView): Boolean
Link copied to clipboard
open override fun scrollViewWillBeginDecelerating(scrollView: UIScrollView)
Link copied to clipboard
open override fun scrollViewWillBeginDragging(scrollView: UIScrollView)
Link copied to clipboard
open override fun scrollViewWillBeginZooming(scrollView: UIScrollView, withView: UIView?)
Link copied to clipboard
open override fun scrollViewWillEndDragging(scrollView: UIScrollView, withVelocity: CValue<CGPoint>, targetContentOffset: CPointer<CGPoint>?)
Link copied to clipboard
expect open override fun superclass(): ObjCClass?
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, insertInputSuggestion: UIInputSuggestion)
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
open override fun textViewDidBeginEditing(textView: UITextView)
Link copied to clipboard
open override fun textViewDidChange(textView: UITextView)
Link copied to clipboard
open override fun textViewDidChangeSelection(textView: UITextView)
Link copied to clipboard
open override fun textViewDidEndEditing(textView: UITextView)
Link copied to clipboard
open override fun textViewShouldBeginEditing(textView: UITextView): Boolean
Link copied to clipboard
open override fun textViewShouldEndEditing(textView: UITextView): Boolean
Link copied to clipboard
expect open fun textViewWritingToolsDidEnd(textView: UITextView)
Link copied to clipboard
expect open fun textViewWritingToolsWillBegin(textView: UITextView)
Link copied to clipboard
open override fun viewForZoomingInScrollView(scrollView: UIScrollView): UIView?