簡體   English   中英

如何找到UISearchBar中可用的所有方法

[英]how to find all the methods available in UISearchBar

我正在嘗試創建自定義的UISearchBar。 我無法使用文檔找到所有可能的方法。 有沒有辦法找到所有可用的方法?

創建UISearchBar的對象,例如

UISearchBar *mySearchBar;
        mySearchBar = [[UISearchBar alloc] init];
        [mySearchBar //Hit Escape Button here you will get all the possible methods of UIsearchBar and its Super class that it can call...

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM