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

  • Home
  • SEARCH
  • 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 6125725
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:16:51+00:00 2026-05-23T16:16:51+00:00

I am making one Paint application..The button marked with Red circle, I want it

  • 0

I am making one Paint application..The button marked with Red circle, I want it to be rotated 90 degree “when orientation is changed to Landscape mode”.. Image marked with RED circle is placed on BUTTON.. So should i rotate button or image when orientation changes??

Hope this description will give you idea about my problem.. Thanks..

Please follow this link to see screenshot as i am not allowed to post image..

http://imageshack.us/photo/my-images/26/screenshot20110712at507.png/

  • 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-23T16:16:51+00:00Added an answer on May 23, 2026 at 4:16 pm

    You can set the frame of UIButton in the following method as follows:

    In .h class

    IBOutlet UIButton *redButton;
    

    And in .m class:

      - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
        // Return YES for supported orientations
             if (interfaceOrientation == UIInterfaceOrientationPortrait)
             {
                 redButton.frame = CGRectMake(100,50,100,50)
             }
             else 
             {
                 redButton.frame = CGRectMake(50,100,100,50)
             }
    
       return YES;
    
        }
    

    So, you can change the frame of your button as per the requirement.

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

Sidebar

Related Questions

I am making one application where i am reading mails from Lotus Notes. I
I'm making a small chat application. I got to the point where one client
I ran into the situation where my class is making one asynchronous web call
Are these nested comments allowed in a XML file? <!-- Making only one observation
One thing that's really been making life difficult in getting up to speed on
Im making firefox extension. One function stores value in every tab, to use it
I am making an ajax request from a jquery script to one of my
im making some script with mechanize.browser module. one of problem is all other thing
I am making an installer in java swing it almost completed only one thing
I am making a C++ program. One of my biggest annoyances with C++ is

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.