Problems with Optionals – Ios swift
I started learning Swift on my own from books and a tutorial from YouTube. And when I tried to repeat over the video, I got the error "Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value"` In…