You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Navigation Controller (A) will contain 2 instance of ColorMatchTabs Controller. Each ColorMatchTabs Controller has a unique Navigation Controller (B and C)
On first pushViewController of B to A, the result is fine. On the second however (C to A), it's crashing and giving an error of
* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
*** First throw call stack:
(0x18338adb0 0x1829eff80 0x18326e708 0x1886d611c 0x188690f30 0x188691130 0x188690f30 0x188690f30 0x188691130 0x188690f30 0x188690f30 0x188691130 0x188880b44 0x1885a00d8 0x18859fb1c 0x18859fa84 0x1884dc1e4 0x185e6e98c 0x185e695c8 0x185e69488 0x185e68ab8 0x185e68818 0x1884deff4 0x18334109c 0x183340b30 0x18333e830 0x183268c50 0x184b50088 0x18854a088 0x1000d9414 0x182e068b8)
libc++abi.dylib: terminating with uncaught exception of type NSException
I'll update this thread if I found something useful.
Thank you for this great component!
EDIT: I changed the title from 'More than one instance of ColorMatchTabs produces an error' after I made conclusive tests.
The text was updated successfully, but these errors were encountered:
nitrodamsel
changed the title
More than one instance of ColorMatchTabs produces an error
After pushing a Controller of type ColorMatchTabs inside a Navigation Controller, pushing a new Controller crashes the app
Aug 25, 2016
My temporary solution is on Navigation Controller A, methods pushViewController and popToViewController need animated attribute set as false to make everything work.
A Navigation Controller (A) will contain 2 instance of ColorMatchTabs Controller. Each ColorMatchTabs Controller has a unique Navigation Controller (B and C)
On first pushViewController of B to A, the result is fine. On the second however (C to A), it's crashing and giving an error of
* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
*** First throw call stack:
(0x18338adb0 0x1829eff80 0x18326e708 0x1886d611c 0x188690f30 0x188691130 0x188690f30 0x188690f30 0x188691130 0x188690f30 0x188690f30 0x188691130 0x188880b44 0x1885a00d8 0x18859fb1c 0x18859fa84 0x1884dc1e4 0x185e6e98c 0x185e695c8 0x185e69488 0x185e68ab8 0x185e68818 0x1884deff4 0x18334109c 0x183340b30 0x18333e830 0x183268c50 0x184b50088 0x18854a088 0x1000d9414 0x182e068b8)
libc++abi.dylib: terminating with uncaught exception of type NSException
I'll update this thread if I found something useful.
Thank you for this great component!
EDIT: I changed the title from 'More than one instance of ColorMatchTabs produces an error' after I made conclusive tests.
The text was updated successfully, but these errors were encountered: