uitableview - iPhone Development - Show Floating View with Table View -


I have a tab bar application with navigation controllers on each tab item I just above my tab bar on my table view Want to add a temporary (semi transparent view) How do I get results?

How are alpha inventions displayed on the right side of the main view of the result app's main view, I hope I am clear in explaining what I want to do.

Any thoughts? Thank you.

If you want to do all of that, floating alphabet (or numerical) index is displayed above your table. To see, you just need to define two methods in your UITableViewDataSource:

  - (NSArray *) sectionIndexTitlesForTableView: (UITableView *) tableView - (NSInteger) tableView: (UITableView *) tableView sectionForSectionIndexTitle : (NSString *) Title atIndex:. (NSInteger) Index  

The section title list for each of its provided AZ (or whatever) table view starts from each section, and where

more For custom view, you should be able to create a view, to set [UIColor clearColor] its background, to exclude its content, and either to view the table or to be a subview form above the table Add a View as a Subview See if that engages both.


Comments