How To: Get the size of a view in SwiftUI

Published on 19 Oct 2023

How to get the size of a view in SwiftUI using GeometryReader.

List and Identifiable in SwiftUI

Published on 16 Oct 2023

It is now easier than ever to create a list - with one thing to make sure of. The elements are identifiable

Understanding @State in SwiftUI

Published on 13 Oct 2023

When starting out with SwiftUI the @State property wrapper might very well be the most important one to learn about.

How To: Add a placeholder to TextEditor in SwiftUI

Published on 12 Oct 2023

SwiftUI currently only supports a placeholder for TextField but not for the TextEditor - Let's fix that!

How to fix: A server with the specified hostname could not be found

Published on 10 Oct 2023

When creating a new macOS app you won't be able to make a network request right away.

UIHostingController + SafeArea

Published on 8 Oct 2023

How to ignore the SafeArea when using a UIHostingController.