I am pretty new to iOS application development (primarily a game developer so I use Unity more than anything) ... So I have been searching for this answer in multiple places and perhaps I dont even really know how to properly ask it but I will try and explain what I am trying to accomplish.
Goal: I have an app that has a newsfeed with a variety of topics posted to the newsfeed, when you tap into a topic it brings you to a page with more information on said topic and then has all the updates that were fed into the newsfeed on that topic posted underneath in order from most recent.
My Question: Do I have to combine viewcontrollers to accomplish this? For the newsfeed I am using the TableViewController but for this specific example the "top" part of this page is a long description of a topic. Then all the updates are fed beneath that. Could this also possibly just be a tableview again with multiple sections?
Very Old Prototype Image, for example of what trying to accomplish
I really just dont know how to accomplish this but I know its possible because multiple applications have topics and have comments fed beneath them so I cant imagine self posted updates are different... but I dont fully understand what kind of view those apps use to accomplish that either.
ANY guidance would be greatly appreciated.