これを修正するにはどうすればよいですか?
//Nil is not compatible with expected argument type 'CGPDFPage'
CGContextDrawPDFPage(obContext, nil)
Xcode 8を使用しており、まだ swift3 構文に変換していません。
これを修正するにはどうすればよいですか?
//Nil is not compatible with expected argument type 'CGPDFPage'
CGContextDrawPDFPage(obContext, nil)
Xcode 8を使用しており、まだ swift3 構文に変換していません。