叶志强
叶志强
> The keywords used in the .gdextension file are all "feature tags" - see: > > https://docs.godotengine.org/en/stable/tutorials/export/feature_tags.html > > Basically, it evaluates each line in order, and if the current...
好的,谢谢你
> @xinqiangSong 当将添加选项选项卡并它,一切它使用使用它很很很很很好很,但是但是很很很很,但是当当使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用的功能。 我有上面提到的问题。请支持我!谢谢你! It is crucial that the UIExtensionsManager instance is not released. The current plugin implementation involves creating a new UIExtensionsManager object for each opened document and releasing...
> @CancerQ 这是否意味着即使我们自定义顶部菜单它也只适用于当前会话? 下次我们打开文档时,设置会恢复为默认设置吗? 有没有办法通过功能或编程方式保存设置? Like I said before, you just need to make sure that UIExtensionsManager is not released
> @CancerQ Thanks for your answer. > > > Like I said before, you just need to make sure that UIExtensionsManager is not released > > So does that mean...
No update for a long time, close the issue
> @xinqiangSong感谢你的回答! 请告诉我如何在 ios 上修复它。谢谢你! Please modify the method - [FoxitPdf FoxitPdfPreview:] in the file foxitpdf#com.foxit.cordova.plugin.FoxitPdf.m. ```objc -(void)FoxitPdfPreview:(NSString *)filePath { self.pdfViewControl = [[FSPDFViewCtrl alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; [self.pdfViewControl setRMSAppClientId:@"972b6681-fa03-4b6b-817b-c8c10d38bd20" redirectURI:@"com.foxitsoftware.com.mobilepdf-for-ios://authorize"];...
> @CancerQ 谢谢你支持我! 当我尝试上面的代码时,它起作用了。  > > 1. 请给我工具列表部分中的代码列表项。这样我就可以选择性地向数组 FSMainTopBarToolTagHome 添加。这样当我初始化 foxitPDF 时,我已经拥有了我经常使用的工具 > >    > > 2. 如何在工具列表中隐藏我不使用的功能? > > ...
> @CancerQ 谢谢你支持我! 当我尝试上面的代码时,它起作用了。 我想按如下方式创建主页选项卡,但我尝试了但仍然没有成功 如何制作主页选项卡。请给我看代码示例谢谢。 我对目标C了解不多。   A tagitem is not a mutable array, so...
@Kroberus `NSMutableArray *tmp = self.extensionMgr.topToolbar.tagItems ? self.extensionMgr.topToolbar.tagItems.[].mutablcopy: @[].mutablcopy; [tmp addObject:#]; self.extensionMgr.topToolbar.tagItems = tmp;`