Build libgit2 for iOS and Catalyst
Jan 18, 2021, 12:45 AM
Using open source libraries can be a blessing or a curse. They can be a blessing in the short term if they help you to accomplish an immediate task. They can be a curse if they’re not maintained. In this article, I will take you...
Automating Delivery of iOS Applications to Customers
Jan 16, 2021, 5:12 PM
The most important user story when developing a software product is planning for how to distribute it. A product isn’t a product if it can’t reach customers. In this post, I show you how to automate packaging and distributing...
Home Screen Quick Actions With SwiftUI
Jan 10, 2021, 2:14 PM
Home Screen quick actions are a great way to expose common actions that your customers perform using your application. When SwiftUI 2 was released, there was surprisingly little said about how to implement quick actions in new...
Creating Multiple Scenes in a SwiftUI App
Jan 9, 2021, 11:20 AM
The latest iPad and iPad Pro devices are ripe and ready for more powerful business solutions. SwiftUI 2 has changed the application model but didn’t really explain how to support some of the features specific to iPads. In this post,...