Hello All,
The main view of my app is embedded inside a Navigation View, which is embedded inside a TabView. This results in the main view being initialized twice and api calls are being made twice as well. Any way to reduce the amount of times the view is initialized or api calls being made would be greatly appreciated!
The main view of my app is embedded inside a Navigation View, which is embedded inside a TabView. This results in the main view being initialized twice and api calls are being made twice as well. Any way to reduce the amount of times the view is initialized or api calls being made would be greatly appreciated!