Post

Replies

Boosts

Views

Activity

Overlapping AreaMarks not working
I am trying to make a chart that looks like: Basically a couple overlapping range AreaMark's, a LineMark and a couple RuleMarks. However when I have two separate AreaMark's I get this: When one or the other of the AreaMark's ForEach loop is commented out it displays the proper graph. Its just the overlap of the two that is wonky. FYI - The top graph was generated by the SwiftUI Charts package on GitHub which we are trying to move away from. Thanks.
1
0
503
Apr ’23
UIDocumentPickerViewController for local iOS files
I have an app that recursively copies a set of files/folders from its resource to the .documentDirectory/.userDomainMask directory. I know the files are successfully copied because I can see the files/folders in the Finder in the respective simulator directory. However when I try to show them in my SwiftUI app using the UIDocumentPickerViewController the On My iPhone list is totally empty! Even if I specify the documents folder URL as the starting directoryURL it still comes up empty. Am I missing something or is this not possible?
1
0
631
Sep ’21