Currently i am doing a native ios app and my layout is to be as follow mock image
So from the mock image, i have two tab, tab 1 and tab 2 with 3 sub tab. Wish to get advice on what kind of object component in native IOS can i use to achieve the look and functionalities.
So what i wish to achieve is something like an accordion, where user are shown different content based on the tab that they used.
For example when they click on tab1, they are shown content and for the sub tab, it is default to sub tab 1, if they click other sub tab, it will change content.
So overall, i will have total of 6 different contents.
I search abit online, and the closest i found is navigation but not sure is that the way to do it or there is a better way.
This question is not to provide me code or what, just need to provide me the solution or the component to be use so that i can search it online.