Hi! I have a big UIView (.frame == CGRectMake(0, 0, 905, 320)
)
currently the left part is shown (that is (0,0,480,320)
) and I would like to be able to show the right side on click. I tried to change the UIView's frame to (480,0,905,320)
but it does not seem to work.
Does anyone know how to do it?
it is embedded in a window with .frame == (0, 0, 480, 320)
. Everything is in landscape mode.