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
Swift 2.0, crash in ASTableView:
When I try to print out tableView.tuningParametersForRangeType(ASLayoutRangeType.Count)
I get a crash with stack trace:
2015-09-13 00:56:46.081 MyStore Staging[2432:1227873] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Requesting a range that is OOB for the configured tuning parameters'
*** First throw call stack:
(0x246d75a7 0x3269fc77 0x246d747d 0x253d25a9 0x367fbd 0x3d7bb9 0xa7063c 0xa7073c 0x27bdbb65 0x27c85785 0x27c856ad 0x27c84c31 0x27c8496b 0x27c846d1 0x27c84669 0x27bd9047 0x27602dcd 0x275fe7b9 0x275fe641 0x275fe027 0x275fde31 0x27bd1485 0x2469e275 0x2469b959 0x2469bd5b 0x245e8b51 0x245e8963 0x2bb251a9 0x27c3ac91 0x99cd8 0x32c48aaf)
libc++abi.dylib: terminating with uncaught exception of type NSException
Accessing and setting any other tuning parameters works fine.
Swift 2.0, crash in ASTableView:
When I try to print out
tableView.tuningParametersForRangeType(ASLayoutRangeType.Count)I get a crash with stack trace:
Accessing and setting any other tuning parameters works fine.