Hi,
I am trying to create a customized UISearchBar. I am not able to find all possible methods using documentation. Is there way to find all the available methods ?.
Hi,
I am trying to create a customized UISearchBar. I am not able to find all possible methods using documentation. Is there way to find all the available methods ?.
Create UISearchBar 's object like
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...