Is there a (legal) way to capture the ENTIRE screen under iOS?

前端 未结 5 547
悲哀的现实
悲哀的现实 2021-01-19 01:10

I\'ve tried several techniques to capture a screenshot of an app from within that app. None of the techniques appear to capture the status bar -- it ends up being black.

5条回答
  •  礼貌的吻别
    2021-01-19 01:54

    As an alternative solution, perhaps you could detect the connection type, similar to: https://developer.apple.com/library/ios/#samplecode/Reachability/Introduction/Intro.html . With some additional checking for the device type, you could then warn the user only in the case where they need to act.

提交回复
热议问题