Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将我的 UIImage 与二维 UIColor 数组相互转换。我只找到了使用UnsafePointer<UInt8>.
UnsafePointer<UInt8>
有没有办法在不使用指针的情况下在 Swift 中做到这一点?