Interface UITextViewDelegate

    • Method Detail

      • shouldBeginEditing

        boolean shouldBeginEditing​(UITextView textView)
      • shouldEndEditing

        boolean shouldEndEditing​(UITextView textView)
      • didBeginEditing

        void didBeginEditing​(UITextView textView)
      • didEndEditing

        void didEndEditing​(UITextView textView)
      • shouldChangeCharacters

        boolean shouldChangeCharacters​(UITextView textView,
                                       NSRange range,
                                       java.lang.String text)
      • didChange

        void didChange​(UITextView textView)
      • didChangeSelection

        void didChangeSelection​(UITextView textView)
      • shouldInteractWithURL

        @Deprecated
        boolean shouldInteractWithURL​(UITextView textView,
                                      NSURL URL,
                                      NSRange characterRange)
        Deprecated.
        Deprecated in iOS 10.0. Use textView:shouldInteractWithURL:inRange:forInteractionType: instead
        Since:
        Available in iOS 7.0 and later.
      • shouldInteractWithTextAttachment

        @Deprecated
        boolean shouldInteractWithTextAttachment​(UITextView textView,
                                                 NSTextAttachment textAttachment,
                                                 NSRange characterRange)
        Deprecated.
        Deprecated in iOS 10.0. Use textView:shouldInteractWithTextAttachment:inRange:forInteractionType: instead
        Since:
        Available in iOS 7.0 and later.