3

处理此代码需要两秒钟。

print("before loop scholarships:"..system.getTimer())
for i = 1, scholarshipTableSize  do

-- Insert the row into the tableView
tableView:insertRow
{
    isCategory = false,
    rowHeight = 75,
    rowColor =      
    { 
        default = { 255, 232, 4 },
        over = { 0, 158, 255 },
    },
    lineColor = { 0, 0, 0 },
}
end

AcademicTableSize 大约在 1200 左右。如何优化此插入以使其执行得更快?

4

1 回答 1

3

在我更新到最新的电晕版本后,时间好多了。大约 2 毫秒。

现在我正在使用构建 2013.1137

于 2013-07-04T08:04:16.193 回答