[ios] Using section instead of row

This commit is contained in:
VladiMihaylenko 2018-06-29 16:04:18 +03:00 committed by Aleksey Belousov
parent 6258c690fb
commit fe8a9a998f

View file

@ -115,7 +115,7 @@ CGFloat const kPinDiameter = 18.0f;
return nil;
UITableViewCell * cell = nil;
switch (m_sections.at(indexPath.row))
switch (m_sections.at(indexPath.section))
{
case Section::Info:
{