Post

Replies

Boosts

Views

Activity

Reply to Limit width of wheel style picker on iOS
Hello, I just tried with iOS 15.4 beta 4 and the issue is still not resolved there. I think to get heads-up from the Apple developers you must report an issue in their feedback assistant https://feedbackassistant.apple.com/welcome, writing here is not sufficient. The more people report this, the more likely we will get a fix.
Feb ’22
Reply to How to know if a .fileImporter/.fileExporter got dismissed?
Hello, the value for isPresented is updated if it is cancelled. .fileImporter(isPresented: Binding( get: {showFileImporter}, set: {active in showFileImporter = active; print("File import active=\(active)")}), allowedContentTypes: fileImportTypes, allowsMultipleSelection: fileImportMultipleFiles, onCompletion: { args in afterFileImportSelection(args) }) Unfortunately there seem to be a bug that this is not updated, when the dialog window is just swiped down (iOS 15)
Oct ’21