Title: Apple Game Frameworks and Technologies: backcourt.rawValue + 1 (page 148)
Isn’t this:
banner.zPosition = Layer.background.rawValue + 1
the same thing (effectively) as this:
banner.zPosition = Layer.foreground.rawValue + 1
I mean, I know it “works”, but…