swift CGSize + Pixel

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift CGSize + Pixel相关的知识,希望对你有一定的参考价值。

extension CGSize {
    static var pixel: CGSize {
        return CGSize(width: 1.0, height: 1.0)
    }
    static var ninePixel: CGSize {
        return CGSize(width: 3.0, height: 3.0)
    }
    static func square(length: CGFloat) -> CGSize {
        return CGSize(width: length, height: length)
    }

}

以上是关于swift CGSize + Pixel的主要内容,如果未能解决你的问题,请参考以下文章

来自 Swift 的 CGRect 和 CGSize 扩展在 Objective-C 中不可见

来自 Swift 的 CGRect 和 CGSize 扩展在 Objective-C 中不可见

在 Swift 3 中使用 CGSize 的 collectionView 的 100% 宽度

Swift 3替代NSStringFromCGSize

如何快速创建 Pixel_8 缓冲区

iosswift照片在屏幕上剪切剪切