我在别的地方看到这样一句话
CALayer sits at a lower technical level than UIButton, which means it doesn't understand what a UIColor is. UIButton knows what a UIColor is because they are both at the same technical level, but CALayer is below UIButton, so UIColor is a mystery.
CGColor는 하위 CoreGraphics 프레임워크에 존재하며 구조입니다
UIColor는 CoreGraphics 프레임워크보다 상위인 UIKit 프레임워크에 존재하며 클래스입니다
CoreGraphics 프레임워크는 여러 플랫폼에서 사용할 수 있지만 UIKit 프레임워크는 iOS로 제한됩니다.
프레임워크의 이식성과 통일성을 보장하기 위해 상호 운용이 불가능합니다