Archive
2023
DEVELOPMENT
SwiftUI
iOS
Swift
Development
Debugging
A Tryst with SwiftUI, Or: How I Learned to Stop Worrying and Enjoy Building UIs
A blog post about one of our engineers and his experience using SwiftUI.
2022
DEVELOPMENT
iOS
Swift
SwiftUI
Insights
Development
Our Attempt at Rewriting PSPDFKit Catalog in SwiftUI
We tried rewriting a part of our PSPDFKit Catalog example project in SwiftUI. Here's what we learned.
DEVELOPMENT
iOS
SwiftUI
Tips
Development
Presenting Popovers on iPhone with SwiftUI
How to present the UI as popovers on iPhone when using SwiftUI.
2021
DEVELOPMENT
SwiftUI
iOS
Development
SwiftUI In Production
We recently shipped a major new feature in SwiftUI while still supporting iOS 12 in our SDK. Here's what we learned.
DEVELOPMENT
iOS
Swift
Tips
SwiftUI
UI/UX
Accessibility
Development
Keyboard Navigation in SwiftUI
SwiftUI wasn’t built with keyboard support in mind, and it shows. Learn how you can rewrite keyboardShortcut to work with iOS 13 and access the underlying navigation controller to pop views on ⌘-Left Arrow.
TUTORIALS
iOS
Swift
How To
SwiftUI
Using the Document Browser in SwiftUI to Open a PDF
With iOS 14, Apple made it incredibly easy to integrate the document browser into SwiftUI-powered apps.
DEVELOPMENT
iOS
Swift
SwiftUI
Tips
Development
Using the SwiftUI ColorPicker on iOS and macOS
While macOS has offered a system-provided color picker since OS X 10.0 Cheetah, iOS developers had to wait a bit longer. Let's take a closer look at the new ColorPicker (SwiftUI) and UIColorPickerViewController (UIKit) controls.
2020
DEVELOPMENT
iOS
Swift
Tips
SwiftUI
UI/UX
Development
Presenting popovers from SwiftUI
Is there a way to present UIKit popovers from toolbar buttons managed by SwiftUI?
TUTORIALS
iOS
Web
Swift
React
How To
SwiftUI
Introduction to SwiftUI for React Developers (Part 2)
A discussion about the basic concepts of SwiftUI from the point of view of a React developer
TUTORIALS
iOS
Web
Swift
React
How To
SwiftUI
Introduction to SwiftUI for React Developers (Part 1)
A discussion of the basic concepts of SwiftUI from the point of view of a React developer.
2019
TUTORIALS
iOS
Swift
PDF
How To
SwiftUI
How to show a PDF in SwiftUI
How to show a PDF using SwiftUI, Apple's PDFKit, and Nutrient iOS SDK.