-
Working With Property Lists In Swift – Part 1
Find out in this first part of Working with Property Lists in Swift series how to use Codable to encode and decode to and from plist files.
-
Setting Background Color in SwiftUI Views
Applying a background color in SwiftUI views is something simple, but not so obvious if coming from UIKit. Learn here how to achieve that.
-
Using Segmented Control in SwiftUI
Implementing a segmented control in SwiftUI is an easy task, and here you will learn how to do so properly, plus you will get a bonus tip.
-
Rounding Specific Corners In SwiftUI Views
Find out how to make it possible to round specific corners of SwiftUI views by using UIBezierPath and creating a reusable shape.
-
The Complete Guide to PHPicker API in iOS 14
Meet PHPicker, the brand new API in iOS 14 for importing photos and videos to iOS apps, and learn how to integrate it in your own projects.
-
Integrating Video Playback In iOS Apps Using SwiftUI
Learn in this video tutorial how to add video playback capabilities in iOS apps using SwiftUI, and read how to do so for both iOS 14+ and for iOS 13.
-
Getting Local File’s Type Identifier From URL in iOS & macOS Apps
Getting the type identifier of a local file using the URL is an often needed task. Learn more in this post, and how to get other types that conforms to.
-
Integrating Video Playback In iOS Apps Using SwiftUI
Adding video playback capabilities in SwiftUI is an easy task, and here you will learn how to do so both for iOS 14+ and previous versions.
-
SwiftUI Quick Tip: Apply Text Transformations
Check out this quick tip and find out how to apply font transformations such as small caps to SwiftUI texts.