다음을 통해 공유


IUITextViewDelegate 인터페이스

정의

프로토콜 UITextViewDelegate의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

[Foundation.Protocol(Name="UITextViewDelegate", WrapperType=typeof(UIKit.UITextViewDelegateWrapper))]
public interface IUITextViewDelegate : IDisposable, UIKit.IUIScrollViewDelegate
type IUITextViewDelegate = interface
    interface INativeObject
    interface IDisposable
    interface IUIScrollViewDelegate
파생
특성
구현

설명

이 인터페이스에는 에 정의된 UITextViewDelegate프로토콜의 필수 메서드(있는 경우)가 포함됩니다.

개발자가 이 인터페이스를 구현하는 클래스를 만드는 경우 구현 메서드는 프로토콜에 정의된 UITextViewDelegate 메서드의 일치하는 서명과 함께 Objective-C로 자동으로 내보내됩니다.

선택적 메서드(있는 경우)는 클래스에서 인터페이스에 UITextViewDelegate_Extensions 대한 확장 메서드로 제공되므로 개발자는 프로토콜에서 선택적 메서드를 호출할 수 있습니다.

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

확장 메서드

DecelerationEnded(IUIScrollViewDelegate, UIScrollView)

스크롤 이벤트와 관련된 감속이 종료되었음을 나타냅니다.

DecelerationStarted(IUIScrollViewDelegate, UIScrollView)

스크롤 이벤트의 감속이 시작되었음을 나타냅니다.

DidChangeAdjustedContentInset(IUIScrollViewDelegate, UIScrollView)

inset 값이 변경되면 호출되는 메서드입니다.

DidZoom(IUIScrollViewDelegate, UIScrollView)

지정된 scrollView가 확대/축소되었음을 나타냅니다.

DraggingEnded(IUIScrollViewDelegate, UIScrollView, Boolean)

끌기가 완료되었음을 나타냅니다.

DraggingStarted(IUIScrollViewDelegate, UIScrollView)

끌기가 시작되었음을 나타냅니다.

ScrollAnimationEnded(IUIScrollViewDelegate, UIScrollView)

스크롤과 관련된 모든 애니메이션이 완료되었음을 나타냅니다.

Scrolled(IUIScrollViewDelegate, UIScrollView)

지정된 scrollView가 스크롤되었음을 나타냅니다.

ScrolledToTop(IUIScrollViewDelegate, UIScrollView)

지정된 scrollView의 스크롤이 맨 위에서 끝났는지 나타냅니다.

ShouldScrollToTop(IUIScrollViewDelegate, UIScrollView)

scrollView의 시작 부분까지 스크롤이 허용되는지 여부입니다.

ViewForZoomingInScrollView(IUIScrollViewDelegate, UIScrollView)

확대/축소가 요청되면 크기를 조정할 UIView입니다.

WillEndDragging(IUIScrollViewDelegate, UIScrollView, CGPoint, CGPoint)

끌기가 끝나려고 했음을 나타냅니다.

ZoomingEnded(IUIScrollViewDelegate, UIScrollView, UIView, nfloat)

확대/축소가 완료되었음을 나타냅니다.

ZoomingStarted(IUIScrollViewDelegate, UIScrollView, UIView)

확대/축소가 시작되었음을 나타냅니다.

Changed(IUITextViewDelegate, UITextView)

앱 사용자가 지정한 UITextView의 텍스트 또는 텍스트 특성을 변경했음을 나타냅니다.

EditingEnded(IUITextViewDelegate, UITextView)

지정된 UITextView에서 편집이 종료되었음을 나타냅니다.

EditingStarted(IUITextViewDelegate, UITextView)

지정된 UITextView에서 편집이 시작되었음을 나타냅니다.

SelectionChanged(IUITextViewDelegate, UITextView)

지정한 UITextView에서 텍스트 선택 영역이 변경되었음을 나타냅니다.

ShouldBeginEditing(IUITextViewDelegate, UITextView)

지정된 UITextView에서 편집을 시작해야 하는지 여부입니다.

ShouldChangeText(IUITextViewDelegate, UITextView, NSRange, String)

UITextView에서 지정된 텍스트를 바꿀지 여부입니다.

ShouldEndEditing(IUITextViewDelegate, UITextView)

편집이 지정된 UITextView에서 끝나야 하는지 여부입니다.

ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange)

개발자는 이 사용되지 않는 메서드를 사용하면 안 됩니다. 개발자는 대신 'UITextItemInteraction'을 사용하는 'ShouldInteractWithTextAttachment' 오버로드를 사용해야 합니다.

ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange, UITextItemInteraction)

지정된 UITextView에서 지정된 텍스트 범위의 지정된 URL과 사용자 상호 작용을 허용할지 여부입니다.

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange)

지정된 UITextView에서 지정된 텍스트 범위의 지정된 URL과 사용자 상호 작용을 허용할지 여부입니다.

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange, UITextItemInteraction)

지정된 UITextView에서 지정된 텍스트 범위의 지정된 URL과 사용자 상호 작용을 허용할지 여부입니다.

적용 대상