Я пытаюсь создать настроенный 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...