trifork / TriforkSwiftExtensions

Generic Trifork Swift Extensions
MIT License
8 stars 6 forks source link

CGRect midPoint #7

Closed ghost closed 5 years ago

ghost commented 6 years ago
public var midPoint: CGPoint {
    return CGPoint(x: self.midX, y: self.midY)
}
kimdv commented 5 years ago

@tkctrifork can be closed