Post

Replies

Boosts

Views

Activity

iPadOS 14 sidebar in dark mode is indistinguishable from content
Hello, When creating an app with side bar for iPadOS using SwiftUI, when in dark mode the color of the sidebar and the detail view is indistinguishable. When running in light mode the sidebar has a distinct color. Just build and run the Fruta sample app and you can notice the issue. I tried adding something like .background(Color.gray) to the list but it has no effect. I compared with the Files app on iPad, and the side bar in that app is a grey color which clearly separates the side bar from the detail content. Is this a known issue? Are there any customisation modifiers that can set the background color? Thanks! Best Regards, Filip
5
0
3k
Jul ’20
Widgets are not reloaded when asked to while app is backgrounded
Hello, I am working on an app that interacts with a BLE device. I am trying to create a widget that will show some state of that device and I do that by updating the latest state in an app group user defaults. I have noticed that every time I call reloadTimelines while the app is foregrounded, it updates the widget perfectly, However nothing happens if I try the same thing while the app is backgrounded. The main app target has background mode enabled with "App communicates using CoreBluetooth". Is this behavior by design or is it possibly something that needs some further configuration (in the widget extension plist)? If it isn't, is this a known issue for the beta release or should I report a feedback ? Best Regards, Filip
1
0
728
Jul ’20