Section 1 - Chapter 4: Question about viewDidLoad()

When I put line startNewRound() before super.viewDidLoad(), the current value of slider is same as startNewRound() after super.viewDidLoad(). Why?

I’m not sure what you mean? Or rather what your expected results were? Can you tell me what you expected to happen?

I mean if I put the startNewRound() line above the super.viewDidLoad() line, when running the application, the current value of the slider will be 0. But when I do that, the current value of Slider Still 50 as when I put the startNewRound() line at the under of the super.viewDidLoad()

I’m not good at english, sorry if You feel confusing.