Let's say I have a tableView which has 20 rows inside containing data(e.g: contact names), and whenever any random row is tapped it shows another table view which contains contact name details , so far I have created 2 table views, one is for "contact name" and one is for "contact details" (only for one row yet )
but the problem is that If I keep creating ViewControllers for each row details, I will end up having 20 separate Controllers which makes storyBoard massive and messy, So I searched some good techniques to simplify this, but could not find the better approach yet.. . AnyOne, can suggest some out of their shelf or under the belts..? )