Schneller tödlicher Fehler beim Zugriff auf einen optionalen Null -Auspacken
var someValue:Int!
var unwrappedValue:Int = someValue //crashes due to this line
SAMER SAEID
var someValue:Int!
var unwrappedValue:Int = someValue //crashes due to this line