I just started with Swift. So I created a simple application with a label, button and a text field. When you click the button, the app has to change the label with the text
In my case for Swift 4.x, I unwrapped by using below command for option Int? values or Optional list cont:
\(topics?.count ?? 0 )