Hi all.
Problem is. I develop Apple Watch app on swiftUI app and use the TabView like a navigation for have the ability of change the screen with crown.
But on the settings screen crown change slider not the tab. Is there a way to block sliders access to crown?
I've attach the link on screen recording of current behavior (forum is do not allow me to attach .mov file)
http://sendanywhe.re/N15MS56J
Thanks all for attention.
Post
Replies
Boosts
Views
Activity
I have the task to add the battery health in app.
I searched for a couple of hours and did not find a specific answer whether this is possible in iOS 14 - 15.
I found objective-c methods to get this information however they are marked as depricated.
Thanks for any help.
At the moment, I determine the start time of charging, the percentage of the start of charging and, based on these data, I try to calculate the time until the end of charging. However, the problem is that the values that come from UIDevice.current.batteryLevel don't quite match. Since their accuracy is .00 and this way I can only get data from 1% change.
Question
Is there any other way to determine the time until the end of charging, or a way to increase the accuracy of reading the charge level?
Thanks in advance for your help.
Hey
My goal is to determine if the eyes displayed with ARSCNView are inside a UIView.
I found a way to bring coordinates of vector_float3 to SCNVector3 and then using projectPoints I wanted to check if the vertices point of each eye is inside the coordinates of UIView. But unfortunately I'm missing something.
Thanks a lot in advance for your help.
Hi, I wrote the app in Xcode 13 beta, and when I run the app with Xcode 12 (and it does not depend on the iOS version, just the Xcode version) I get black boxes like in screenshot number 2. Thanks in advance everyone for the help.
Screenshot 1 (iOS 15)
Screenshot 2 (iOS 14)