Fix comment in ASTableView

This commit is contained in:
Huy Nguyen 2015-10-26 08:37:17 +02:00
parent ecc5e1ac83
commit 1b500e407f

View File

@ -417,7 +417,7 @@ void ASPerformBlockWithoutAnimation(BOOL withoutAnimation, void (^block)()) {
}
}
// To ensure _maxWidthForNodesConstrainedSize is up-to-date for every usage, this call to super must be done last
// To ensure _nodesConstrainedWidth is up-to-date for every usage, this call to super must be done last
[super layoutSubviews];
}