Let’s approach the topic of creating own architecture in this series of articles.
String optionals in Swift are a little peculiar. The String? type sort of has two “invalid” values: nil and "". This can make it cumbersome to handle and ripe for bugs and unexpected behavior.
String?
nil
""
Learning to write iOS apps and already know another programming language? Here are a few tips.
If you’re a beginner, “Should I learn Swift or Objective-C for iOS development?”…
Dependency injection is a scary term for a very simple idea. Instead of creating the dependency internally