Skip to content

Latest commit

History

History
69 lines (47 loc) 路 669 Bytes

File metadata and controls

69 lines (47 loc) 路 669 Bytes

EXTENSION

CGRect

public extension CGRect

Properties

topLeft

var topLeft: CGPoint

topRight

var topRight: CGPoint

topMiddle

var topMiddle: CGPoint

bottomLeft

var bottomLeft: CGPoint

bottomRight

var bottomRight: CGPoint

bottomMiddle

var bottomMiddle: CGPoint

leftMiddle

var leftMiddle: CGPoint

rightMiddle

var rightMiddle: CGPoint

center

var center: CGPoint

Center taking size into account

sameCenterSquare

var sameCenterSquare: CGRect