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 7 - Strange behaviour when panning the top view controller #7

Open
eduardocoelho opened this issue Sep 19, 2013 · 3 comments
Open

Comments

@eduardocoelho
Copy link

iOS 7 introduced new system-wide gestures, such as navigating back to a previous view controller through a 'swipe' gesture.
Looks like the current implementation does not expect that (e.g.: the private readonly UIPanGestureRecognizer _panGesture; property).

I'm also facing a strange behaviour: If I pan the top view controller all way to the right and then still try (insist) panning the top view controller to the same direction (right) I get the unexpected black background in the middle of the screen, as shown in the screenshot:

ios simulator screen shot sep 18 2013 4 40 56 pm

@twanwv
Copy link

twanwv commented Sep 23, 2013

Will look into this after upgrading to the latest iOS sdk's. If i remember correctly you can quickly solve this by manipulating the widths and offsets but i will look into the calculations to take the correct screen widths. I assume you are developing for iPad?

@eduardocoelho
Copy link
Author

I'm developing for both iPhone and iPad. The behaviour applies for both platforms.

I also noticed a crash while panning the navigation bar. Currently I just commented private readonly UIPanGestureRecognizer _panGesture; to avoid crashes on my production app.

@twanwv
Copy link

twanwv commented Sep 23, 2013

Thanks for the feedback will dig into it soon, let me know if you find something else in the meantime

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