I considered to use two UITableView
in one UIViewController
which is also do data source for them but encountered the problem that while both tables visit numberOfRowsInSection
only one visit cellForRowAtIndexPath
at the start and both tables contain empty rows.
Do someone know why this happens?