-
Fetching Remote Data With Async/Await In Recent And Older System Versions
Learn how to use the new async/await pattern in order to fetch remote data both in recent and in older system versions.
-
Using Custom Strongly Typed Values For Better Coding in Swift
Write safer and more comprehensive code in Swift by implementing and using custom strongly typed values, avoiding potential unwanted problems.
-
Using the ViewBuilder Attribute to Implement SwiftUI Views in Methods
Meet the ViewBuilder attribute that enables us to create and return SwiftUI views from methods, and read about an additional useful tip.
-
Creating Enums with Custom Raw Type in Swift
Find out in this post how to create enums with raw values of custom types in Swift, and go through a demonstration of all you need to know.
-
Implementing A Custom Formatter in Swift
Learn how to create a custom formatter in Swift in order to validate and format displayed and user input values conveniently.
-
Frame vs Bounds in iOS: Implementing A Visual Demonstration
Find out what is the difference between frame and bounds in iOS through the implementation of a small app that explains everything visually.
-
The Factory Method Design Pattern
Meet the factory method design pattern through simple examples and find out how it helps to keep the various concepts in code separated.