This is such a great collection and I've already cleaned up some of my implementation because of this so thank you. However I was wondering about something.
I have combined some of these approaches to create a dark visual effect, with transparent toolbar and no separator.
However I then need to add the existing contentView into the visual effects view. However I'm not sure how to align this correctly, positioned below the toolbar. Instead it aligns the top to the top of the window.
Any ideas about this? Is there a layoutGuide I can use here?
Update, I've come across contentLayoutGuide but I can't use it since its in a different hierarchy it seems.
This is such a great collection and I've already cleaned up some of my implementation because of this so thank you. However I was wondering about something.
I have combined some of these approaches to create a dark visual effect, with transparent toolbar and no separator.
However I then need to add the existing contentView into the visual effects view. However I'm not sure how to align this correctly, positioned below the toolbar. Instead it aligns the top to the top of the window.
Any ideas about this? Is there a layoutGuide I can use here?