I have a big UIView ( .frame == CGRectMake(0, 0, 905, 320) )
the left side is currently shown (this is (0,0,480,320) ), and I would like to be able to show the right side by click. I tried changing the UIView frame to (480,0,905,320) , but it doesn't seem to work.
Does anyone know how to do this?
it is embedded in the window with .frame == (0, 0, 480, 320) . All in landscape mode.
source share