I learn how to code.
The guided project "Personality Quiz" of the book "App development with swift" ios11 Edition Xcode 9 troubles me.
Those lines show no effect in the simulator:
singleStackView.isHidden = true
multipleStackView.isHidden = true
rangedStackView.isHidden = true
Why?
The guided project "Personality Quiz" of the book "App development with swift" ios11 Edition Xcode 9 troubles me.
Those lines show no effect in the simulator:
singleStackView.isHidden = true
multipleStackView.isHidden = true
rangedStackView.isHidden = true
Why?