iphone - how to set the style of the TableView to "UITableViewCellStyleSubtitle" -


How to set the style of TableView to "UITableViewCellStyleSubtitle" so that I can use it to display it in UITABLE as a sub title Can I

This is not the style of UITableView, but UITableViewCell's:

  - (UITableViewCell *) TableView: (UITableView *) Table View 1 Cellforoutoundpath: (NSIndexPath *) Index pathway {static NSString * CellIdentifier = @ "cell"; UITableViewCell * cell = [tableView1 dequeueReusableCellWithIdentifier: CellIdentifier]; If (cell == blue) {cell = [[[UTitleViews alloc] initWithStyle: UITableViewCellStyleSubtitle reuseIdentifier: cell identifier] autorelease]; } ... more luggage return room; }  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -