#ios
Read more stories on Hashnode
Articles with this tag
tldr; Here's a few hours work -- mostly spent on Flutter's documentation. This' good. Cross Platform Frameworks I once, back in 2015, worked with a...
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...
Premise What does a Product listing, Shopping cart, Orders list, Chat messages' list, Contacts list, Maps, etc have in common? They are all scrollable...
Starting out development My first programming language to learn was Visual Basic 6. I had this book that gave a nice introduction to the language with...