alekseyn / EasyTableView

Horizontal and vertical scrolling table views for iOS
BSD 3-Clause "New" or "Revised" License
584 stars 157 forks source link

Landscape mode, horizontal scrolling problem. #23

Closed gracel closed 12 years ago

gracel commented 12 years ago

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.