watchos-6 Questions
3
Solved
I'm trying to control the volume of the Apple Watch itself in code from SwiftUI.
I'm streaming audio using the AVPlayer.
Is there an API to set the Volume of the Watch or use to Digital Crown to ...
5
Solved
In the image above id like to change -02:49 to a color such as Color.blue
I've tried:
struct ContentView: View {
var body: some View {
PlayerView().accentColor(Color.blue)
}
}
and
I've...
Guttapercha asked 20/9, 2019 at 21:23
1
I need to override the status bar display time for Apple Watch simulator, so I can take screenshots with the time - 10:09. I am using this command in the terminal to do this but it is not working a...
Marroquin asked 26/2, 2020 at 7:8
2
Is there a way to use TabView using SwiftUI on WatchOS?
I've seen most of the WWDC talks and they don't mention it for WatchOS. Moreover, in the apple documentation it is not enumerated under SDK...
3
Solved
I am trying to use environmentObject in a watchOS6 app to bind my data model to my view.
I have created a simple, stand-alone Watch app in Xcode 11.
I created a new DataModel class
import Combin...
Actinolite asked 12/6, 2019 at 6:15
3
I have managed to get CoreData with CloudKit working with the new NSPersistentCloudKitContainer on the iOS version of my app and got it to automatically sync while the app is running. However, when...
Pvc asked 18/9, 2019 at 4:6
2
Solved
since the first beta of the watchOS 6 SDK my app started crashing if compiled with the watchOS 6.0 SDK. The issues does not occur with watchOS 6.1 and happens more often in the simulator.
Now I ha...
Collimate asked 15/10, 2019 at 8:1
0
Does anyone know where to find information about this error from Xcode when running a simulation on the watch
WatchKit Extension[31646:1403662] libMobileGestalt utility.c:421: no
value found fo...
Acromegaly asked 1/11, 2019 at 4:29
1
I'm creating a watchOS application. The app should connect to a BLE tag, which sends distance values to the apple watch. If the distance falls below a given value, the application should give some ...
Overcome asked 24/9, 2019 at 13:54
1
Solved
I want to inject an EnvironmentObject while creating a SwiftUI view in watchOS6.
But since WKHostingController expects a Concrete type I am not able to do the following ContentView().environmentOb...
1
© 2022 - 2024 — McMap. All rights reserved.