Package apple.uikit.protocol
Interface UITextViewDelegate
-
- All Superinterfaces:
UIScrollViewDelegate
- All Known Implementing Classes:
SLComposeServiceViewController
public interface UITextViewDelegate extends UIScrollViewDelegate
-
-
Method Summary
-
Methods inherited from interface apple.uikit.protocol.UIScrollViewDelegate
scrollViewDidChangeAdjustedContentInset, scrollViewDidEndDecelerating, scrollViewDidEndDraggingWillDecelerate, scrollViewDidEndScrollingAnimation, scrollViewDidEndZoomingWithViewAtScale, scrollViewDidScroll, scrollViewDidScrollToTop, scrollViewDidZoom, scrollViewShouldScrollToTop, scrollViewWillBeginDecelerating, scrollViewWillBeginDragging, scrollViewWillBeginZoomingWithView, scrollViewWillEndDraggingWithVelocityTargetContentOffset, viewForZoomingInScrollView
-
-
-
-
Method Detail
-
textViewShouldChangeTextInRangeReplacementText
default boolean textViewShouldChangeTextInRangeReplacementText(UITextView textView, NSRange range, java.lang.String text)
-
textViewShouldInteractWithTextAttachmentInRange
default boolean textViewShouldInteractWithTextAttachmentInRange(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange)
-
textViewShouldInteractWithTextAttachmentInRangeInteraction
default boolean textViewShouldInteractWithTextAttachmentInRangeInteraction(UITextView textView, NSTextAttachment textAttachment, NSRange characterRange, long interaction)
-
textViewShouldInteractWithURLInRange
default boolean textViewShouldInteractWithURLInRange(UITextView textView, NSURL URL, NSRange characterRange)
-
textViewShouldInteractWithURLInRangeInteraction
default boolean textViewShouldInteractWithURLInRangeInteraction(UITextView textView, NSURL URL, NSRange characterRange, long interaction)
-
textViewDidBeginEditing
default void textViewDidBeginEditing(UITextView textView)
-
textViewDidChange
default void textViewDidChange(UITextView textView)
-
textViewDidChangeSelection
default void textViewDidChangeSelection(UITextView textView)
-
textViewDidEndEditing
default void textViewDidEndEditing(UITextView textView)
-
textViewShouldBeginEditing
default boolean textViewShouldBeginEditing(UITextView textView)
-
textViewShouldEndEditing
default boolean textViewShouldEndEditing(UITextView textView)
-
-