|
@@ -237,12 +237,12 @@ NSNotificationName const CPDFListViewAnnotationsOperationChangeNotification = @"
|
|
|
}
|
|
|
if(annotation) {
|
|
|
if ([annotation isKindOfClass:[CPDFSignatureWidgetAnnotation class]]) {
|
|
|
- if ([(CPDFSignatureWidgetAnnotation *)annotation isSigned]) {
|
|
|
- } else {
|
|
|
+// if ([(CPDFSignatureWidgetAnnotation *)annotation isSigned]) {
|
|
|
+// } else {
|
|
|
if ([self.performDelegate respondsToSelector:@selector(PDFListViewPerformSignatureWidget:forAnnotation:)]) {
|
|
|
[self.performDelegate PDFListViewPerformSignatureWidget:self forAnnotation:(CPDFSignatureWidgetAnnotation *)annotation];
|
|
|
}
|
|
|
- }
|
|
|
+// }
|
|
|
} else{
|
|
|
[super touchEndedAtPoint:point forPage:page];
|
|
|
}
|