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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:13:03+00:00 2026-06-10T13:13:03+00:00

I am creating a UITableview and apply transformation -M_PI_2 so that the tableview scrolls

  • 0

I am creating a UITableview and apply transformation -M_PI_2 so that the tableview scrolls horizontally.

Each cell is also rotated by M_PI_2 for correct display in the horizontal mode.
The cells are perfect when I initialize it with a data. Everything works fine.

Now I resize the tableview height to 75% of original and move it down my 25%, top half of cells are hidden(I have set clipstobounds on tableview).
I resize the frame of the uitableview using the function setFrame:

This doesn’t change even after [tableview reload].

Since the parent(tableview) is moved and resized, shouldn’t the child(cells) be moved relative to that?

If not, what is the right way to do the following:

  1. Populate a uitableview and tranform for horizontal scrolling
  2. Resize the frame based on user input
  3. The cells should also align themselves with respect to the new frame of the uitableview.
  • 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-06-10T13:13:05+00:00Added an answer on June 10, 2026 at 1:13 pm

    When you apply a transform like this, you are rotating the layer, and so you need to understand the differences between CALayer geometry and UIView geometry

    Apples Layer Geometry documentation describes this well but basically I think you will need to adjust the anchorPoint value of your views layer

    self.viewToRotate.layer.anchorPoint = CGPointMake(0.0f, 0.0f); //not sure of the actual value here
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating a grid of thumbnail images, using a UITableView where each cell display
Each cell of my UITableView has to display a small MKMapView with an annotation
I'm creating a button for each cell row in a UITableView . The button
i am creating a UITableview cell in the following way const NSInteger TOP_LABEL_TAG =
I made a typo when creating a UITableViewCell with this code: - (UITableViewCell *)tableView:(UITableView
I am creating a UINavigationBar which works fine. But, it scrolls with my UITableView,
I have a UITableView that is styled as a grouped tableView. Under certain circumstances
I'm having trouble creating a UIView (in Interface Builder) that contains a UITableView with
I am using custom UITableview concept to show data in cell of tableview. My
I'm creating an app that has a UITableView. The data will be comming from

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.