#swift
Read more stories on Hashnode
Articles with this tag
During a recent debugging session, I came across an Optional of an Optional of an entity. 😱 Well, I've read about this in theory but experiencing it...
(Reader beware: The use of @ doesn't constitute links to Twitter handles or Hashnode mentions 🤕) Attributes A Swift attribute attributes a...
Structures A Struct is a Swift language construct that can be used to encapsulate state and behaviour. It's the recommended way of storing state and...