在UITableView.h中,在UITableView的接口(interface)声明中,有一个ivarstruct_tableFlags。该结构的成员都被定义为unsignedint,但是每个成员的标题后跟一个冒号,然后是一个数字。struct{unsignedintdataSourceNumberOfRowsInSection:1;unsignedintdataSourceCellForRow:1;…unsignedintlongPressAutoscrollingActive:1;unsignedintadjustsRowHeightsForSectionLocation:1;