We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 419c434 + d77170b commit 6c0465bCopy full SHA for 6c0465b
ARVideoKit/Sources/RecordAR.swift
@@ -27,11 +27,11 @@ import PhotosUI
27
/**
28
An object that passes the AR recorder errors and status in the protocol methods.
29
*/
30
- @objc public var delegate: RecordARDelegate?
+ @objc weak public var delegate: RecordARDelegate?
31
32
An object that passes the AR rendered content in the protocol method.
33
34
- @objc public var renderAR: RenderARDelegate?
+ @objc weak public var renderAR: RenderARDelegate?
35
36
An object that returns the AR recorder current status.
37
0 commit comments