【代碼筆記】iOS-一個tableView,兩個section

一,效果圖。 二,工程圖。 三,代碼。 RootViewController.h #import <UIKit/UIKit.h> @interface RootViewController : UIViewController <UITableViewDataSource,UITableViewDelegate> { UITableView *mTableView; } @end   R
相關文章
相關標籤/搜索