-
Enumerating and Counting Text Components in Swift
Meet a built-in API that allows to enumerate substrings and count text components such as words and paragraphs easily in Swift.
-
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.