We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I changed code to: NSMutableArray *tabViews = [NSMutableArray arrayWithObjects:tabView1, tabView2, tabView3,tabView3,tabView3,tabView3,tabView3, nil];
And got a crash after selecting any tab on 3rd time.
* Terminating app due to uncaught exception 'NSRangeException', reason: '* -[__NSArrayM objectAtIndex:]: index 1 beyond bounds [0 .. 0]' *** First throw call stack: (0x1c9c552 0x10cfe7e 0x1c3e674 0x6e45 0x7cd1 0x10e3705 0x21450 0x213e8 0xe1b21 0xe207f 0xe11e8 0x2e34e3 0x1c650de 0x1c6501d 0x1c42d82 0x1c42504 0x1c423db 0x1bf6823 0x1bf66a8 0x1e18c 0x27ed
The text was updated successfully, but these errors were encountered:
i am facing this issue.
any solution found???
Sorry, something went wrong.
No branches or pull requests
I changed code to:
NSMutableArray *tabViews = [NSMutableArray arrayWithObjects:tabView1, tabView2, tabView3,tabView3,tabView3,tabView3,tabView3, nil];
And got a crash after selecting any tab on 3rd time.
* Terminating app due to uncaught exception 'NSRangeException', reason: '* -[__NSArrayM objectAtIndex:]: index 1 beyond bounds [0 .. 0]'
*** First throw call stack:
(0x1c9c552 0x10cfe7e 0x1c3e674 0x6e45 0x7cd1 0x10e3705 0x21450 0x213e8 0xe1b21 0xe207f 0xe11e8 0x2e34e3 0x1c650de 0x1c6501d 0x1c42d82 0x1c42504 0x1c423db 0x1bf6823 0x1bf66a8 0x1e18c 0x27ed
The text was updated successfully, but these errors were encountered: