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

Crashing iOS8 with nav bar. #7

Open
ghost opened this issue Jun 29, 2016 · 0 comments
Open

Crashing iOS8 with nav bar. #7

ghost opened this issue Jun 29, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 29, 2016

Even though the screen size is small on the lower devices, I prefer to have a nav bar, less choppy when opening preferences and just looks better IMO.
However, when enabling the nav bar. everything is fine initially. Tap the toolbar button. Fine. rotate and then tap a button, or even a keyboard button and I get hit with:

*** Assertion failure in -[VT100Screen _getLineAtIndex:fromLine:], /MyPath/Classes/VT100/VT100Screen.m:1662
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: anIndex >= 0'

With some trouble shooting (long time to get to this point), I was able to pin point it to the nav bar. When disabled, this does not happen. But, this only happens with iOS 8. iOS 9 is perfectly fine.

Any thought and or suggestions? Thanks.

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

0 participants