How to add properties in info.plist in iOS

后端 未结 6 1119
故里飘歌
故里飘歌 2021-02-04 06:24

I want to open PDF attachment via email in my own application: I refer two link here:

How do I associate file types with an iPhone application?

and here on Raywe

6条回答
  •  闹比i
    闹比i (楼主)
    2021-02-04 07:02

    may be worth mentioning how to get there..

    Info.plist is one of the file below the Main.storyboard or viewController.swift

    when you click on it first time it usually is in a table format,so right click the file and 'open as' Source code and then add the code

提交回复
热议问题