Post

Replies

Boosts

Views

Activity

RealityView in UIHostingController/UIKit transparency
I'm experimenting with RealityView in the UI of an AUv3 plug-in. The plug-in UI is implemented in a UIKitViewController with a UIHostingController hosting a RealityView. When i run the standalone app on visionOS I want the background to be transparent, and the reality view content. how can i achieve that? I've tried turning off opaque in many views and and setting background colors to .clear.
1
0
92
Apr ’25
Hover effect in Custom UIKit Views
I am adapting my custom UI Framework for visionOS, and I'm wondering if it is going to be possible to detect hover over different UI elements within my view. The UI Framework draws to a Metal layer in a UIView. I don't currently support uihovergesturerecognizer on the view but I guess this wouldn't help, since you don't get coordinates. I can imagine an unpleasant solution might be to add invisible UIControls for each of my custom controls that are drawn in my own framework.
1
0
84
Apr ’25
Builds queueing forever...
I have a project that has stopped building on xcode cloud. The project depends on several large binary swift packages that are downloaded, including one that is > 100 mb. I think it's since these packages got bigger that the CI builds stopped working, but there is nothing in the logs, it just doesn't start the build as far as I can see. Is there a limit that I am hitting that means my builds don't get started?
10
0
3k
Jan ’22
RealityView in UIHostingController/UIKit transparency
I'm experimenting with RealityView in the UI of an AUv3 plug-in. The plug-in UI is implemented in a UIKitViewController with a UIHostingController hosting a RealityView. When i run the standalone app on visionOS I want the background to be transparent, and the reality view content. how can i achieve that? I've tried turning off opaque in many views and and setting background colors to .clear.
Replies
1
Boosts
0
Views
92
Activity
Apr ’25
Hover effect in Custom UIKit Views
I am adapting my custom UI Framework for visionOS, and I'm wondering if it is going to be possible to detect hover over different UI elements within my view. The UI Framework draws to a Metal layer in a UIView. I don't currently support uihovergesturerecognizer on the view but I guess this wouldn't help, since you don't get coordinates. I can imagine an unpleasant solution might be to add invisible UIControls for each of my custom controls that are drawn in my own framework.
Replies
1
Boosts
0
Views
84
Activity
Apr ’25
Builds queueing forever...
I have a project that has stopped building on xcode cloud. The project depends on several large binary swift packages that are downloaded, including one that is > 100 mb. I think it's since these packages got bigger that the CI builds stopped working, but there is nothing in the logs, it just doesn't start the build as far as I can see. Is there a limit that I am hitting that means my builds don't get started?
Replies
10
Boosts
0
Views
3k
Activity
Jan ’22