Forráskód Böngészése

【编辑工具】未解锁高级功能状态,部分入口点击多页\小册子\海报功能未弹出比较表 -- 修复

lizhe 11 hónapja
szülő
commit
d729374360

+ 6 - 0
PDF Office/PDF Master/Class/PDFTools/Print/KMPrintWindowController.swift

@@ -179,6 +179,12 @@ class KMPrintWindowController: KMBaseWindowController, NetServiceBrowserDelegate
     }
     
     static func showNewPrintWindowControll(inputDocument: CPDFDocument?, inputType: DataNavigationViewButtonActionType = .Print, inputPageRange: KMPrintPageRange, printType: KMPrintModelType = .size) {
+        //订阅
+        if !IAPProductsManager.default().isAvailableAllFunction(){
+            KMPurchaseCompareWindowController.sharedInstance().showWindow(nil)
+            return
+        }
+        
         let printWindowController: KMPrintWindowController = KMPrintWindowController.init(windowNibName: "KMPrintWindowController")
 
         printWindowController.printType = printType