I think I somehow made a distinction between "?" and "!" in fast language. But while working, I came across something that confused me.
While working with a table view, I found the following data types in UITableViewCell
textLabel and detailTextLabel?
My question is: why is it detailTextLabel?optional, even if textLabel might also be nil?
source
share