Multiple ways to take screenshots BUT which one produces the best quality and captures the whole simulator? Here I cover specifically that one 🤓
You might also like
How to configure App Groups - Apple
public
–
2 min read
What are App Groups
They enable communication and data sharing between multiple installed apps created by the same developer.
An…
How to add Associated Domains - Apple
public
–
4 min read
Updated for Xcode 14 - SwiftUI
What are Associated Domains?
With Associated Domains you can connect your app and a…
Find the Document Directory of your iOS app
public
–
1 min read
We can find the document directory in the following ways:
iOS 16+
let documentDirectory = URL.documentsDirectory
print("App's document directory:…