alekseyn / EasyTableView

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

View in landscape mode causes horizontalView not to appear #7

Closed indit closed 12 years ago

indit commented 13 years ago

Hi,

I've been able to get EasyTableVIew to work in my project, however I have an issue when the orientation of the view is set to landscape. My app is configured to work only in landscape modes (by setting the supported orientations to landscape modes in Info.plist) and the view's orientation is set to landscape. In this configuration the horizontalView does not get rendered. However if the view's orientation is set to portrait while keeping only landscape modes in supported orientations in Info.plist the horizontalView is shown. This mentioned behavior seems to only occur for the horizontalView only.

Any info/help you can provide to resolve this is much appreciated.

Thanks.

BrandonCopley commented 12 years ago

This sounds like you have an issue with your frames in code. This isn't an EasyTableView issue.