Charles Muchene's Blog

Charles Muchene's Blog

Follow
homeMePortfolioBuy me teabadges
Tag

iOS

#ios

More content

Read more stories on Hashnode


Articles with this tag

The case for Flutter

Nov 5, 20206 min read

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...

The case for Flutter

Optional of an Optional

Sep 10, 20204 min read

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...

Optional of an Optional

Attribute it to...

Jul 2, 20205 min read

(Reader beware: The use of @ doesn't constitute links to Twitter handles or Hashnode mentions 🤕) Attributes A Swift attribute attributes a...

Attribute it to...

It's a Struct world

Jun 30, 20204 min read

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...

It's a Struct world

Ruler of iOS apps - UIScrollView

Jun 16, 2020

Premise What does a Product listing, Shopping cart, Orders list, Chat messages' list, Contacts list, Maps, etc have in common? They are all scrollable...

Ruler of iOS apps - UIScrollView

Learning Android/iOS development

Apr 26, 2020

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...

Learning Android/iOS development