SKView has some SKSpriteNodes and a SKLabelNode. And SKLabelNode alway show some help info text. While SKSpriteNode object moves in SKView and sometimes it will hide the SKLabelNode. Is there any method to make the SKLabelNode always on the top layer of SKView.
The Answer is: set the Zposition of SKView.