It seems the symbol still display correct image, but I did some extra work in my code like below
var theSymbol: UIImage
if #available(iOS 14, *) {
theSymbol = UIImage(systemName: "arrow.triangle.2.circlepath")
} else {
theSymbol = UIImage(systemName: "arrow.2.circlepath")
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: