What method is called after 'applicationDidBecomeActive'?

前端 未结 2 1215
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-14 17:58

it\'s my first question here as I have a problem developing my first iOS app. It is one of the thousands of flashlight apps, however I\'m trying to put as many features as p

2条回答
  •  野的像风
    2021-01-14 18:24

    I only have an answer as to why a quick stop start of the App will display a black screen, I have no reference only personal experience and observation.

    When the App is sent to the background the OS attempts to take a screen shot to use instead of the Default.png. If you start the App before a screenshot is taken and you don't have a Default.png in your project then you will get that.

    Still thinking about your actual question.

提交回复
热议问题