-
Dismissing Presented Content in SwiftUI
Providing options to dismiss presented content is a common task when making apps and this post will teach you how to do it right in SwiftUI.
-
Creating Forms in SwiftUI
Read about forms in SwiftUI and learn how to present structured content that users can interact with and provide input to your apps.
-
Presenting Content In Pages Using SwiftUI
Presenting content in pages is easy in SwiftUI as long as you know what your tools are. Read all you need to show paged content hassle-free.
-
Picking Photos With The PhotosPicker View In SwiftUI
Meet PhotosPicker, the SwiftUI native picker to import photos, videos and other assets from device’s library to your app safely and easily.
-
Creating Custom Container Views In SwiftUI
Read about how to create custom container views in SwiftUI similar to the built-in ones and explore additional configuration details.
-
Presenting Confirmation Dialogs In SwiftUI
SwiftUI provides a built-in confirmation dialog to present to users and in this post you can find out all the details you need to use it.
-
Creating Image Thumbnails Programmatically In iOS
Read how to create thumbnails of images in iOS using Swift and get a recipe that will work most of the times out of the box.
-
The Equatable Protocol In Swift
Learn about the Equatable protocol in Swift, find out when it’s necessary to adopt it and meet an additional reason that makes it important.