Good evening, I am a beginner in SwiftUI (and in code in general). I am currently trying to make an application for a university project. I would like to organize the layout of my different tabs. I'm trying to manage by taking different pieces of code from the internet to form what I want to achieve. Currently I'm stuck for 8 hours on something that seems simple: A code I copied allowed me to put a presentation name that disappears when you scroll up the page content. I didn't like the TabBar, so I replaced it with a template that has a more fluid animation. I am in the following situation: I would like to form a Home tab with 2 categories: News and Challenges. For this, I have four Swift files: i. MixView ii. MixTabBar iii. NewsView iv. ChallengesView The problem comes from the fact that initially on the viewed youtube video, the data of the News page was present on the home page. Scrolling this data made the header disappear. As I also have the Challenges, I have to (I think) find a way to
0
0
448