1,initWithFrame:style:
constructor, used to initialize the UITableView
UITableView *tableview = [[UITableView Alloc]initwithframe:cgrectmake (00768 1024x768-290) Style:uitableviewstyleplain];
2,style
The style used to change UITableView.
3,-(NSInteger)numberOfRowsInSection:(NSInteger)section
is to return the number of rows of data for each group (Returns the amount of rows (table cells) in a specified section.)
4,-(NSInteger)numberOfSections
Returns the number of groupings
5,separatorstyle
Style of the delimiter
6,separatorcolor
The color of the separator
7,rowheight
Row height
8,separatoreffect
Effect of separators
9,backgroundview
Large background behind all cells
10,separatorinset
Sets whether the line is full
11,-registerNib:forCellReuseIdentifier:
< Span class= "kt" >12,tableview:cellforrowatindexpath: (uitableviewdatasource )
13,-(UITableViewHeaderFooterView *)footerViewForSection:(NSInteger)section
14,-(UITableViewHeaderFooterView *)headerViewForSection:(NSInteger)section
UITableView Properties and methods