|
@@ -240,6 +240,13 @@
|
|
|
[self fromContentButtonAction:_formOptionsButton];
|
|
|
}
|
|
|
}
|
|
|
+ } else if ([annotation isKindOfClass:[KMAnnotationFromSignature class]]) {
|
|
|
+ KMAnnotationGeneralViewController *vc = [[KMAnnotationGeneralViewController alloc] init];
|
|
|
+ vc.pdfview = self.pdfView;
|
|
|
+ vc.annotationModel = annotationModel;
|
|
|
+ vc.view.frame = [self viewControllerRect];
|
|
|
+ [self.view addSubview:vc.view];
|
|
|
+ self.contentViewController = vc;
|
|
|
} else if ([annotation isKindOfClass:[CPDFSignatureWidgetAnnotation class]]) {
|
|
|
KMFillSignShapePanel *vc = [[KMFillSignShapePanel alloc] init];
|
|
|
vc.pdfView = self.pdfView;
|