forked from organicmaps/organicmaps
[ios] Using section instead of row
This commit is contained in:
parent
6258c690fb
commit
fe8a9a998f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue