Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 6 - No tap gesture recognition when started in landscape mode #179

Open
ArquintL opened this issue Mar 4, 2013 · 1 comment
Open

Comments

@ArquintL
Copy link

ArquintL commented Mar 4, 2013

If I start my application with a GridView in landscape mode an the iPad simulator, the frame and bounds of the view are correctly adjusted, but if I tap outside of the frame (0,0; 748, 704), no gestures are going to be triggered, but everything is correctly drawn.
The view has following frame and bounds in landscape mode: (0, 0; 1024, 704).
If I load another view and return then to my grid view, all gestures are correctly recognized.
Also when I change to portrait mode and then come back to landscape mode or if I start in portrait mode and turn then to the landscape mode everything is good.

Has somebody similar experience, does somebody know the solution or has at least an idea how to fix that?

Thank you for any help

@ArquintL ArquintL closed this as completed Mar 4, 2013
@ArquintL ArquintL reopened this Mar 4, 2013
@ricsantos
Copy link
Contributor

It sounds like you are not correctly resizing your view. Note that views will always load in portrait orientation. You must ensure your app is correctly resizing when appropriate (typically at the end of viewDidLoad).

Either way, it is most likely an issue with your viewController setup, and not GMGridView.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants