How to determine that user runs the app for the first time?

前端 未结 4 1329
故里飘歌
故里飘歌 2021-01-05 11:38

I got a problem of my iOS app recently. In my app, an instruction view will appear at the first time of running, then hide from then on. How can I implement this effect?

4条回答
  •  鱼传尺愫
    2021-01-05 11:59

    Store a file and check if the file exsists every time when you start the app. If tr file does not exsists then show intro, and then create the file.

提交回复
热议问题