Lancewise
Lancewise
Error: CGContextSetAllowsAntialiasing: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation...
Was wondering how would one program in a check for a checkbox? I have tried: ``` [_pdfViewController.document.forms setValue:@"Yes" forFormWithName:@"Married"]; [_pdfViewController.document.forms setValue:@"YES" forFormWithName:@"Married"]; [_pdfViewController.document.forms setValue:@"1" forFormWithName:@"Married"]; [_pdfViewController.document.forms setValue:@"Y" forFormWithName:@"Married"]; ``` But...