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

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -