Im trying to implement a scrollView, pythoScroll, into my code! It runs but then i get runtime error and this message appears... "unexpectedly found nil while unwrapping an Optional value" and it points to these two lines inside my viewDidLoad. Thank you
override func viewDidLoad() {
super.viewDidLoad()
pythoScroll.contentSize.height = 100
pythoScroll.contentSize.width = 300
}