Sorry for the novice question.
But just as the title says, I can\'t seem to use these functions in Swift 3. I have tried by importing the CoreGraphics library, but to
import CoreGraphics
let rect = CGRect() let rectIntegral = rect.integral
Thanks:)