简体   繁体   中英

How do i make a splash screen in Action Extension in IOS

So, I'm trying to create a splash screen for an action extension, since i got some work i would like to do before presenting the app.

How can i do this?

I've added a launch screen in the extension and checked the "Use as launch screen" flag, but it doesn't show.

I'm not sure that its even loaded since i'm not allowed to create a VC for it.

basically you need to create your own view controller and make the animations there until you actually finish your app preparations. You might want to take a look at something already implemented like this one: https://github.com/sachinkesiraju/SKSplashView

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM