Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个自定义的 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...