Looking for the best approach:
I have a tabbar and a navigationbar. under the navigationbar I put three buttons.
One for the projekt description, the next should show the project schedule and the third the project tasks.
Below the buttons I have a scrollview for the content.
What would be the best way to switch/change the content of the scrollview depending on, which button was used?
Looking for the best approach: I have a tabbar and a navigationbar. under the
Share
i would build 3 different views, when the buttons tapped clear the scrollview then add the new view to the scroll view, then adjust the scrollview’s content size.