Add a video into splash screen or in the first view of the app (IOS xcode 4.0)

耗尽温柔 提交于 2019-12-12 01:17:37

问题


I'm a beginner in IOS but I need to show a video when the app is launching. Please Can you help me?

If is impossible to implement a video on a splash view, there are any idea to create that?

Thanks.

If I have an orthographic mistake, sorry I come from Spain. ;D


回答1:


The "splash" screen can only be an image to be used as a placeholder until your app is able to start up. Even if you found a way to get a video to play, which I don't think is possible, it is against Apple's HIG for how the startup screen is supposed to be used.

It would be possible to load your video in its own view immediately after the splash screen. You would need to check for a first time run to determine whether to show it, unless you plan to show it each and every time. Hope this helps.

Apple Human Interface Guide



来源:https://stackoverflow.com/questions/6972638/add-a-video-into-splash-screen-or-in-the-first-view-of-the-app-ios-xcode-4-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!