Author Topic: UIScrollView + FixedSize problem 3.5.0  (Read 1917 times)

r.pedra

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 20
  • Posts: 131
    • View Profile
UIScrollView + FixedSize problem 3.5.0
« on: February 20, 2014, 05:23:46 AM »
Hi,
In the last updates you introduced ContentOrigin on UIScrollView.
Some weird thing is happening when the camera is set to FixedSize.
All my panels are f***ed when I'm using FixedSize. But the thing really weird is that when I change the ContentOrigin to another and then go back to the one I wanted, everything is fine.
For example, to test my UI in iPad Retina definition, I set the camera to FixedSize and the height to 1536. Before the update, everything was fine but now everything is broken.

Cordially,
Romain Pedra

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIScrollView + FixedSize problem 3.5.0
« Reply #1 on: February 20, 2014, 08:35:25 AM »
The content origin is not actually set until you set it, so all older UIs don't have it set. Is it fine after you set it, or are you still running into issues?

r.pedra

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 20
  • Posts: 131
    • View Profile
Re: UIScrollView + FixedSize problem 3.5.0
« Reply #2 on: February 20, 2014, 08:49:13 AM »
I'm integrating some things right now so I can't test immediately but if I don't touch the property after updating, it should not break my UI right?