What are UTImportedTypeDeclarations and UTExportedTypeDeclarations used for on iOS?

前端 未结 2 1877
北海茫月
北海茫月 2021-02-07 14:04

Am I facing a typo here or do really both variations exist on iOS:

  • UTImportedTypeDeclarations
  • UTExportedTypeDeclarations
2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-07 14:23

    You use UTExportedTypeDeclarations if your app defines new UTIs. This tells the system of your own custom UTIs.

    You use UTImportedTypeDeclarations if your app uses UTIs created by others but aren't defined by the system.

提交回复
热议问题