velikanov / SwiftPasscodeLock

An iOS passcode lock with TouchID authentication written in Swift.
MIT License
199 stars 52 forks source link

App switcher screenshot #19

Closed apm-lucas-zacharias closed 8 years ago

apm-lucas-zacharias commented 8 years ago

First of all thank you. This is a great project I really like it. But I have a problem with the screenshot in the app switcher. It only shows a white screen (not even the numpad). I would like to show the user a picture instead of the white screen is this possible? image

ziogaschr commented 8 years ago

Have you copied code like this from the demo's code?

If yes then this is the reason you are getting this white Splash view. Normally it will have an icon too, but probably you haven't copied too to your assets.

By following the SplashView logic you can create any image you like.

I will close your issue, but if this doesn't solve it, then please re-open it.