Hello every one
I have a project in which need to put 2 UITableView on one UIView.
I know it need to set and can function below
-(NSString *) tableView:(UITableView *) tableView titleForHeaderInsection:(NSInteger)section
(NSInteger) numberOfSectionsInTableView:(UITableView *)tableView
(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath -(NSIndexPath *)tableView:(UITableView *)tableView willSelectRowAtIndexPath:(NSIndexPath *)indexPath
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
but I do not know if these can process 2 tableviews (different from 2 sections)
Welcome any comment
Thanks interdev