If I remember correctly nil in Objective-C meant the pointer was not set to any place in memory yet. Once you initialized the object you could set the pointer to the particular instance being the object.
But what is nil in Swift? Is it also a pointer not set?
But what is nil in Swift? Is it also a pointer not set?