ios - SKLabelNodes not responding to the "isHidden" property in Swift 4 -
in app, attempting hide/show sklabelnodes in spritekit. however, despite them having .ishidden property, not seem update, , instead stay visible. not respond other properties such opacity changes or text changes.
player1turnlabel.ishidden = true
this code using try hide sklabelnode (i using swift 4), -- said before -- no visible changes made when app running.
Comments
Post a Comment