Discover the new Emergency SOS via Satellite iPhone Feature
Hello friends, Leo here! This is Holy Swift News and we will talk about emergency SOS via satellite. When cellular and Wi-Fi connectivity is unavailable, iPhone 14 users can now connect with emergency services via satellite. The service was made available in France, Germany, Ireland, and the UK in December. What is iPhone SOS […]
A Guided Tour for SwiftUI ForEach Structure
Hallo flessen en potten, Leo hier. Today we will explore a very powerful structure to make your life easier, the SwiftUI ForEach. It is a common place for all iOS developers. We create an abstraction and want to show a list or table of that abstraction. For example, when you create a list of users, […]
Introduction to SwiftUI Modularisation with SPM
Hallo allemaal, Leo hier. Today we will try to start our SwiftUI modularisation with SPM in 5 minutes. Since the first article about modularisation I feel that something was missing. Now I know what it is. In that article, I started with a fully engineered example with a coordinator pattern and two view controllers. This […]
Animated Launch Screen in SwiftUI
Hallo handdoeken en wastafels, Leo hier. Today we will do an animated launch screen in SwiftUI. Launch screens are controversial. Some argue that you shouldn’t have them and instead put a skeleton view or use the redacted view modifier to all your first screen views until the content is fully loaded. On the other hand, people are used […]
Create a Card with an Image Outside its Bounds in SwiftUI
Hallo tafels en lades, Leo hier. Today we will study how to create a card with an image outside its bounds in SwiftUI. Last week was a roller coaster for my family and me. We moved to another city and I had a 2-day SwiftUI hackathon at my company, where my team first got the […]
Three Ways to Refactor Massive SwiftUI Views
Hallo vorken en lepels, Leo hier. Today we will discuss three ways to refactor massive SwiftUI Views. I’ve done a couple of courses with the RayWenderlich platform now. All of them present you with the SwiftUI feature of breaking massive views into smaller ones. In the courses, I learned how to use the View protocol […]
Creating a Login Screen in SwiftUI
Hallo fiets en auto’s, Leo hier. Today we will create a very simple Login Screen in SwiftUI. First I have to tell a little tale. As I grew up and became more and more responsible for more things than just myself, I was becoming more and more cautious about the time I spent doing something. […]
Accordion in SwiftUI – DisclosureGroup Explorations
Hallo allemaal, Leo hier. Today we will explore the UI component called Accordion in SwiftUI. The accordion component is a vertical stack (or a single one) of interactive headings, used to toggle the exhibit of further data, each item can be, therefore hidden with just a short title visible or shown to show the full content. […]
Creating your own custom RawRepresentable Enum in Swift
Hallo vrienden en familie, Leo hier. Today we will explore how to do your own RawRepresentable Enum in Swift. I like to ask iOS developers what is their favorite Swift feature. It is very common that the answer is Enums and I understand why. An enumeration defines a standard type for a group of related […]
Using Sequence Function to Solve Math Problem in Swift
Hallo dames en heren, Leo hier. Today we’ll study how to use the Sequence Function to Solve a Math Problem in Swift. I was watching a youtube video about Math and something come to my mind. The video’s title was “7 is a weird number“, which caught my attention. First, because I like Math, and second […]