Hi
Is there a way to re-use headers/footers (or other components for that matter) in the sense that if I change 1, all other copies will also be changed?
Use case:
Most of you will probably have a Tab Bar at the bottom of your app screens. If you have many (many!) screens all with the same tab bar, just a minor update of that Tab Bar can take a very long time (and is prone to errors) if you have to update them all manually.
I guess for some elements it makes sense to create a database collection for this, but that would only work for the contents itself, not for any design changes.
Thanks in advance!