Implementation & Rendering Improvements
- Enables easy implementation of
ARVideoKit
into apps that support older iOS targets. - Fixed iPhone X AR content rendering issue; by adding a new option called
contentMode
in the video configurations of RecordAR.
Note:- When implementing ARVideoKit
in projects that support older iOS versions, make sure to use if #available(iOS 11.0, *)
.