IUISearchDisplayDelegate 인터페이스

정의

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

[Foundation.Protocol(Name="UISearchDisplayDelegate", WrapperType=typeof(UIKit.UISearchDisplayDelegateWrapper))]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUISearchDisplayDelegate : IDisposable, ObjCRuntime.INativeObject
type IUISearchDisplayDelegate = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

설명

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

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

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

속성

Handle

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

(다음에서 상속됨 INativeObject)

확장 메서드

DidBeginSearch(IUISearchDisplayDelegate, UISearchDisplayController)

개발자는 이 사용되지 않는 메서드를 사용하면 안 됩니다.

DidEndSearch(IUISearchDisplayDelegate, UISearchDisplayController)

검색이 종료되었음을 나타냅니다.

DidHideSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

컨트롤러가 결과의 테이블 뷰를 숨겼다는 것을 나타냅니다.

DidLoadSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

컨트롤러가 결과의 UITableView를 로드했음을 나타냅니다.

DidShowSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

컨트롤러가 결과의 UITableView를 표시하기 시작했음을 나타냅니다.

ShouldReloadForSearchScope(IUISearchDisplayDelegate, UISearchDisplayController, nint)

검색 옵션이 변경된 경우 데이터를 다시 로드해야 하는지 여부입니다.

ShouldReloadForSearchString(IUISearchDisplayDelegate, UISearchDisplayController, String)

검색 문자열이 변경된 경우 데이터를 다시 로드해야 하는지 여부입니다.

WillBeginSearch(IUISearchDisplayDelegate, UISearchDisplayController)

검색을 시작하려고 했음을 나타냅니다.

WillEndSearch(IUISearchDisplayDelegate, UISearchDisplayController)

검색이 끝나려고 했음을 나타냅니다.

WillHideSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

컨트롤러가 결과의 UITableView를 숨기려고 했음을 나타냅니다.

WillShowSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

컨트롤러가 결과의 UITableView를 표시하려고 했음을 나타냅니다.

WillUnloadSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

컨트롤러가 결과의 UITableView를 언로드하려고 했음을 나타냅니다.

적용 대상