Avatar
これまで↓だったのが if foo != nil { Text(foo!) }
3:04 AM
↓はできるようになるはず。 if let foo = foo { Text(foo) }