Skip to main content
0 votes
0 answers
97 views
+50

Unable to get Metric Kit logs on iOS devices for past 24 hours on Test Flight Build

https://developer.apple.com/documentation/metrickit I am unable to get the MetricKit logs for past 24 hours time period on my test flight build. I have been able to achieve immediate logs for crash, ...
Pranay's user avatar
  • 476
0 votes
1 answer
34 views
+100

In iOS, Change accessibility text of a UIView element based on the focus direction

Can the accessibility text of a UIView be changed based on the direction the focus it received. Example: I have a layout as rendered below, Top Label followed by Collection view, followed by Bottom ...
Sumanth's user avatar
  • 137
0 votes
0 answers
19 views
+50

How to check if a SCNNode's geometry is visible and not obstructed by other nodes in SceneKit?

I have a container with many toy nodes. I want to touch the screen to pick up all the visible nodes. I did a hit test to get the list of all nodes in my touch location. However, some of the nodes are ...
OMGPOP's user avatar
  • 1,055
1 vote
0 answers
22 views
+50

How to set physics body correctly to accommodate custom pivot in SceneKit

I need to set the physics body of a node. When I have a custom pivot but without scales or rotation, I can simply transform the shape by the inverse of the pivot, like this: let boxGeo = SCNBox(...
OMGPOP's user avatar
  • 1,055