Landscape mode, horizontal scrolling problem.
Closed this issue · 0 comments
gracel commented
Hi, as my application is in landscape mode and needs 2 horizontal scrollviews, I've created them separately using 2 different uiviewcontroller classes and then add them into the mainview class.
This works fine, however, when I tried to scroll the tableview from the right hand corner, it doesn't work. It seems like there is an overlay or something like that that is preventing me to scroll from the right hand side because it works perfectly fine on the left hand side roughly from x-axis 0 to around 768.
(My horizontal tableview width is 1024)
Is this happening because I am creating it in landscape mode?
Thank you.