Post

Replies

Boosts

Views

Activity

Comment on GCController not working properly when open a second ViewController
I think this is a similar question: I'm trying to display the virtual controller on a second VC with no luck. I do not even attempt to use it until the second view controller. Yet I can get the virtual controller to display on the first VC. I do see that GCVirtualController is connected. But it doesn't even appear buried under a view. I've stripped them all away. Do you know what the issue is? Thanks.
Jul ’22
Comment on I need to prevent screen capture
Now that you mention it, it would surprise me if SwiftUI had a trick UIKit couldn't do. I'm mostly UIkit too. So I did some searching and the video looks like it's actually a SwiftUI conversion of a UIKit trick. Which is posted here by orakull. It doesn't work as is. But if you look at the last comment by Richard de Bock, that change works.
Feb ’24
Comment on Unable to draw textures on SCNGeometry which is created from ARKit FaceAnchor points.
Sorry, I didn't get a notification of the reply. This forum format is a little odd to me. The random color suggests the texture coordinates are not applied correctly. One issue I had initially is that a vertex can't have more than one texture coordinate. So you need to repeat the vertex data to match it all up. A given vertex value may have multiple index values associated with it as it is repeated.
Mar ’24
Comment on My background task needs more time
Yes and you can give it the appearance of working in the background by adding an observer for UIApplication.willResignActiveNotification and UIApplication.didBecomeActiveNotification. Maybe .willTerminateNotification as well. From those functions, either schedule push notifications or remove them and carry on with the program.
Mar ’24
Comment on Stuck on launch with Debug
Yes, I archive old school. I keep two copies on two drives in two different buildings. But it was no change I made. It was taking over three minutes just to get to the first viewDidLoad. And it was all related to attaching the debug. Turn that off and it ran. So I deleted and reinstalled Xcode. That still didn't work. And again I deleted the derived data folder. This time, it worked. Maybe the first time I still had Xcode running. But it's working now. I'm happy. Here is an upvote.
Apr ’24
Comment on Search Ads Test Campaign
I’m going by memory. But I had that and I had a facebook ad campaign. FB was spewing data and the Apple data was only updated once or twice a day. Similar to Connect stats. They’ll have hourly breakdown for the day but you don’t get it hourly. I’ll spool up another campaign soon but it has been about a year since I last tried it.
May ’24
Comment on SCNNode Pivot and Position
Sorry, I don't think I get notifications for replies despite the settings or I would have replied sooner. Did you compare the bounding box center calculated with the expected center? I could see if the sphere has a low segment count, the bounding box could be off center. Although if it's an SCNSphere then that wouldn't be the issue unless the segment count is reduced.
Jul ’24