そもそも方法がわからないので、コードはありません。
助言がありますか?
UItableViewを試さない理由が1つ欲しい場合
UITableView *myTableView = [UITableView alloc] init];
デリゲート
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath