Nil is not compatible with expected argument type 'CGPDFPage'

204 views Asked by At

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.

0

There are 0 answers