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

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -