Swift Optionals
Swift optionals are a way to indicate the absence of a value for any type. In Objective C you would use nil, however that only worked for objects, not for structs or enumerations or basic C types like int. For Continue reading Swift Optionals