[apps/graph/values_controller] Split table into three pieces

This commit is contained in:
Ruben Dashyan
2019-09-03 15:02:24 +02:00
parent 340977e66a
commit 7ff8fdf44f
4 changed files with 43 additions and 13 deletions

View File

@@ -177,7 +177,7 @@ HighlightCell * ValuesController::reusableCell(int index, int type) {
int ValuesController::reusableCellCount(int type) {
switch (type) {
case 0:
return 1;
return 3;
case 1:
return maxNumberOfFunctions();
case 2: