Add multiple view push to the ASTableViewStressTest app to evaluate memory issues

No issues found.  Have not been able to create a leak either with the test itself
or scrolling / popping back view controlliers.
This commit is contained in:
Scott Goodson
2015-11-01 10:54:11 -08:00
parent 59c1a642ba
commit fdcace6061
4 changed files with 56 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
#define NumberOfSections 10
#define NumberOfRowsPerSection 20
#define NumberOfReloadIterations 500
#define NumberOfReloadIterations 50
@interface ViewController () <ASTableViewDataSource, ASTableViewDelegate>
{