Justin Tullgren
10/03/2024, 5:20 PMplatform.QuartzCore.CADisplayLink
appears to just have a public constructor with no args. However, there is an init constructor in the swift lib: https://developer.apple.com/documentation/quartzcore/cadisplaylink/1621228-init. How would I go about calling it? Do I need to provide an actual
implementation? If so, how do I do that since I am not the owner of the class? Thanks in advance! 🙏Justin Tullgren
10/03/2024, 5:23 PM