Overview As iOS continues to evolve, Apple is enhancing how apps can integrate with Siri and system-wide shortcuts through AppIntents and AppShortcuts. These frameworks allow for custom, predefined tasks within apps that users can trigger with voice commands, Spotlight, or the Shortcuts app. This article explores the benefits and implementation details of these frameworks in … Continue reading Supercharge Your Modern iOS App with AppIntents, Siri, and AppShortcuts for Seamless User Interactions
4 Part 4 – iOS – TDD – Random Character App – MVVM ViewModel
In this new series, we will be learning how we can use Test Driven Development on a networking based iOS project app, and in this case, we will fetch random character from `rickandmortyapi` and display it to the screen! In this video, we will learn how we can build our ViewModel component using Test Driven … Continue reading 4 Part 4 – iOS – TDD – Random Character App – MVVM ViewModel