Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6216887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:19:46+00:00 2026-05-24T07:19:46+00:00

I have an image that represents sun rays and I need to make rotate

  • 0

I have an image that represents sun rays and I need to make rotate those sun rays on iphone 4 screen. The very intuitive solution that comes to my head is to have quite large image, put it in UIImageView, set its anchor point and then use CA animation (animation). I’m designing my UI with interface builder and the problem is I’m unable to put large image that is larger than active screen (root view) size to UIImageView because is just crops it. Any thoughts and solutions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T07:19:47+00:00Added an answer on May 24, 2026 at 7:19 am

    Maybe something like this (in code, not in IB):

    UIImageView *img = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"starburst.png"]];
    img.center = CGPointMake (0, 0);
    [self.view addSubview:img];
    

    Then, to animate it, maybe something like this:

    [UIView beginAnimations:nil context:nil];
    [UIView setAnimationDuration:1.0f];
    img.alpha = 0.0f;
    [img release];
    [UIView commitAnimations];
    

    (Don’t forget to release the img when you’re done using it — I did it above as an example, but you could move the release anywhere you needed)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have image named platform.png that represents one brick for platform of a IPhone
I have a Base64 String that represents a BitMap image. I need to transform
I have a string in my database that represents an image. It looks like
I have an image that, depending on the screen resolution, drops down out of
I have this image that comes back from an API, which represents the users
I have data that represents an image and I want to create an ImageView
I'm using NHibernate 3.1. I have a user type that represents a System.Drawing.Image .
I have a byte[] that contains all the data that represents an image. How
i have an image that contains a series of images, e.g.: In the olden
I have an image that I'm rendering like this: glDrawPixels(image->width, image->height, GL_BGR, GL_UNSIGNED_BYTE, image->imageData);

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.