I have an issue where the leading UISwipeAction is offset by the size of the sidebar, but only when the sidebar is visible. Is there any known reason why this would happen?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
What are you meant to do in this scenario?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Review
App Store Connect
With Core Data you can control the journal mode as follows:
let dictionaryOptions = [NSSQLitePragmasOption : ["journal_mode" : "DELETE"]]
Is there a SwiftData equivalent?