iphone - view all the subclass of UIView or NSObject -


You can view Java API in tree structure. So you can see all sub-squares of objects.

How do I see all sub-squares of UIView or NSObject iPhone Cocoa API?

I just found out that you can:

  Self. TableView.tableHeaderView = searchBar;  

The searchbar is the subclass of UIView. I want to add textField to a tableView. I wonder if there is such a control, the inputbar says, sub-class UIView:

  self.tableView.tableFooterView = inputBar;  

This input will fill the input text of the iPhone message app to the same task.

Cheers

Xcode has a class browser that shows the entire (public) hierarchy The easiest way to see all the UIView subclasses is


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -