The framework in visionOS

What are the compatible frameworks with visionOS?

Google "View all public frameworks from Apple and filter based on platform and availability" which will lead you to a website for an easy comparison of which Apple frameworks are available on which platform. Please note that even if a framework is available on a platform there might be less APIs available. Example: UIKit is available on visionOS but UIScreen is not

You might need to import VisionKit.

The framework in visionOS
 
 
Q