How to upload images in background in iOS?

What are various ways to make a background image rotate in iOS?

Jonah Williams at Quora Visit the source

Was this solution helpful to you?

Other answers

's answer is perfectly acceptable.  The other method in iOS would be to use OpenGL with orthographic projection and use the image as a texture then rotate the geometry or camera.  If you want the image to be full-screen and rotate smoothly at a high frame rate you'll want to use OpenGL.  Depending on the number of layers and complexity of your solar system, OpenGL might be the only way to get acceptable FPS on 3GS, iPad 1, and pre iPhone 4 iPod Touches.

Pat Roberts

I would do something like this using the Cocos2D framework. You can make that image a sprite then use CCRotateBy action class to make it spin: Something like: [CCRotateBy actionWithDuration:2.5 angle:360] http://www.cocos2d-iphone.org/api-ref/2.0.0/interface_c_c_rotate_by.html

Giv Parvaneh

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.