Does this help…
let encoder = JSONEncoder()
encoder.outputFormatting = .prettyPrinted
do {
let data = try encoder.encode(user) //convert user to json data here
print(String(data: data, encoding: .utf8)!) //print to console
} catch {
print("fail")
}
Post
Replies
Boosts
Views
Activity
This is hacky but maybe you could check the size of your root view since running is full screen and the previews are inset.
I have a copy of that but don’t know how to share it. It looks like I’d have to email it or through Discord. This forum isn’t letting me select the project file to attach here.