Answer the question
In order to leave comments, you need to log in
What is the difference between var text: String and var text: String!?
What is the difference when declaring properties in Swift between: var text: String
and var text: String!
When they declare var text: String?
- it's clear. It's Optional, and that's what ! a little unclear.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question