kaiyuanheshang
kaiyuanheshang
You can specify rendering api to solve this issue. like: ```SCNView.init(frame: CGRect.zero, options: [SCNView.Option.preferredRenderingAPI.rawValue : SCNRenderingAPI.openGLES2])``` Unfortunately, it does not work for ARKit. ARKit forces use Metal instead
Sorry about that, it is my omission. What i use is `UICollectionView` for a favorites list. I use `Realm` as db, and update `UICollectionView` with `func performBatchUpdates(_ updates: (() ->...
I will try to fix it. Any suggestion?