Storyboard: How to link a single view to multiple container views?
问题 My aim: I am using storyboard to create the views in my App. My aim is to have a single instance of a view that would be exposed and linked in all pages of the App. In my case if there is an App with many tabs, I want that the view would appear in all tabs and have the same state. My attempt and doing that: I created a view and embedded it in container views that are in the different tabs. When opening the app the view appears and works, on all pages. However, if I make a change in one view