How do I fix this?
//Nil is not compatible with expected argument type 'CGPDFPage'
CGContextDrawPDFPage(obContext, nil)
Using Xcode 8 and have not converted to swift3 syntax yet.
How do I fix this?
//Nil is not compatible with expected argument type 'CGPDFPage'
CGContextDrawPDFPage(obContext, nil)
Using Xcode 8 and have not converted to swift3 syntax yet.