Closed danielbyon closed 7 years ago
This was crashing for me when I was setting this value before pushing the view controller. This was because the view was not loaded, and pageScrubber is created in viewDidLoad(), so in the didSet we were attempting to access a nil value.
pageScrubber
viewDidLoad()
This was crashing for me when I was setting this value before pushing the view controller. This was because the view was not loaded, and
pageScrubber
is created inviewDidLoad()
, so in the didSet we were attempting to access a nil value.