动画墙纸开发的iPhone [英] Animated Wallpaper Development for iPhones

查看:158
本文介绍了动画墙纸开发的iPhone的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的兴趣在为iPhone动画墙纸应用程序。这意味着,一旦我点击应用程序打开,它不应该打开一个视图,它应该在iPhone当前壁纸更改为动画墙纸(这是我设计的),而应用程序正在运行。

如果我关闭应用程序,它应该把iPhone回到最初的壁纸。


  1. 我怎么去呢?

  2. 我要如何改变iPhone的壁纸我的应用程序。

  3. 如何将我的自定义墙纸的方式,iPhone的正常工作,您可以滚动到其他应用程序和内容,而背景墙纸动画?

  4. 需要什么样的工具,这些动画?


解决方案

如果我理解正确的话,你要创建一个交换了背景壁纸的应用程序。

这只能是一个监狱破碎的应用程序。

我们不必访问该跳板壁纸用SDK正常设备。因此,这类型的应用程序只能是监狱破碎的应用程序的一所监狱损坏的设备,并在监狱破碎的市场。


  1. 您应该实现的方法是pretty简单。很可能是从图像名称的数组随机选择并设置背景墙纸一个的NSTimer。


  2. 我不知道眼前的功能使用,而且他们可能没有证件。


  3. 这始终运行(如Mail)后台进程的应用程序。


  4. 在功能计时器调用,只是做一个UIView动画块转移的previous图像在任何你想和转移新一到视图中。


我的建议是得到你想要在项目运行的功能。一旦做到这一切完成后,考虑使其成为一个监狱破碎的应用程序,并在后台运行(这很可能将是大部分工作,真的真的很难)

I an interested in making animated wallpaper apps for the iPhone. This means that, once I click the app to open, it should not open up a view, and it should change the current wallpaper of the iPhone to the an animated wallpaper(which I have designed), while the App is running.

If I close the app, it should bring the iPhone back to the initial wallpaper.

  1. How do I go about this ?
  2. How can I modify changes to the wallpaper of the iPhone with my app.
  3. How can I place my customized wallpaper in a way that the iPhone operates normally and you can scroll to other apps and stuff while the background wallpaper is animated ?
  4. What tools are needed for that animation ?

解决方案

If I understand you correctly, you want to create an application that swaps out the background wallpaper.

This can only be a jail broken app.

We do not have access to the springboard wallpaper on a normal device with the SDK. So this type of app can only be a jail broken app an a jail broken device and in a jail broken marketplace.

  1. The methods you should implement are pretty simple. Would probably be an NSTimer that chooses randomly from an array of image names and sets the background wallpaper.

  2. I do not know the immediate functions to use, and they are probably undocumented.

  3. Background process app that is always running (like Mail).

  4. In the function the timer calls, just make a UIView animation block that shifts the previous image where ever you want and shifts the new one into the view.

What I would suggest is get the functionality you want running in a project. Once that is all done, look into making it a jail broken app and running in the background (this is probably going to be the bulk of the work, and really really hard)

这篇关于动画墙纸开发的iPhone的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆