다음을 통해 공유


UISearchDisplayDelegate.WillHideSearchResults 메서드

정의

UISearchDisplayController가 결과 테이블 뷰를 숨기려고 했음을 나타냅니다.

[Foundation.Export("searchDisplayController:willHideSearchResultsTableView:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillHideSearchResults (UIKit.UISearchDisplayController controller, UIKit.UITableView tableView);
abstract member WillHideSearchResults : UIKit.UISearchDisplayController * UIKit.UITableView -> unit
override this.WillHideSearchResults : UIKit.UISearchDisplayController * UIKit.UITableView -> unit

매개 변수

tableView
UITableView
특성

적용 대상