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 6362343
In Process

The Archive Base Latest Questions

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

I am working on an application that supports multiple languages. In order to support

  • 0

I am working on an application that supports multiple languages. In order to support languages that start from right to left, I am transforming the view so that views on the right side get shifted to left side as shown in the images below:

View Before Transforming

enter image description here

I am using the following code to transform the view

 self.view.transform = CGAffineTransformMakeScale(-1, 1);

What I now want to do is transform the views in its new position in the left to remove the mirrored text. For example, I want to flip the “FLIP LABEL” about its center so that the text is displayed properly. How do I do this?

  • 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-24T23:53:47+00:00Added an answer on May 24, 2026 at 11:53 pm

    You could try running the same transform again on the individual subviews – for example:

    for (UIView *view in self.view.subviews) {
        view.transform = CGAffineTransformMakeScale(-1, 1);
    }
    

    (Or maybe it would be CGAffineTransformMakeScale(1, 1)? I’m not totally sure.)

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

Sidebar

Related Questions

I am working on a web forms application that needs to support multiple languages
Hi I'm new to android world.Iam working on an application that supports multiple screen
I'm working on an internationalized database application that supports multiple locales in a single
I'm working on an application that requires support for forward locking of media files
We're working on an application that supports AMQP for queuing. Some of our clients
I am working on a Silverlight based Windows Phone application that only supports landscape
I am working on an application that runs on multiple clients that talk to
I'm developing an application that supports multiple locales. This is done through a separate
I'm working on a C# application that supports two communications interfaces, each supported by
I am working on a mac application which involves Facebook support so that they

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.