Swift Singleton Pattern: Why shared Is Really Called an Antipattern
When developing with Swift, you encounter singletons created with a single line, static let shared, very often.
Read articleCurated topic · 7 ARTICLES
Explore practical iOS Development articles grounded in clear explanations and engineering tradeoffs.
Latest articles
When developing with Swift, you encounter singletons created with a single line, static let shared, very often.
Read articleFor anyone who has wondered whether using a Singleton really is okay
Read articleIf you work on iOS development, there’s probably something you’ve wondered about at least once.
Read articleThere’s one thing that really confuses developers new to iOS.
Read articleWhen you start studying iOS development, there’s one language you’re bound to encounter: unfamiliar syntax filled with brackets and mysterious prefixes like NSString.
Read articleIt’s easy to feel confused when you first encounter Objective-C code after starting to study iOS.
Read articleWhen building an app with Swift, you may have caught an error with do-catch, only to find that the message displayed on screen was less than helpful.
Read article