views:

6

answers:

0

Hi, I'm using two different tableviews in a single view, with each holding different information. The reason I'm using two tables is because I want one grouped table and one normal table. Currently, Im using the main viewController as a delegate for the grouped tableview and a separate class that is instantiated inside the main viewController as the delegate for the normal tableview. However, I feel this is messier than it needs to be. Is there a way this is normally done or am I doing this right? Thanks for any help, sorry if this is a noobie question