- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
for (int i = 0; i < [select count]; i++) {
NSIndexPath *iPath = [select objectAtIndex:i];
if (iPath.section == 0) {
business = iPath.row;
}
}
for (int i = 0; i < [select count]; i++) {
NSIndexPath *iPath = [select objectAtIndex:i];
if (iPath.section == 1) {
company = iPath.row;
}
}
for (int i = 0; i < [select count]; i++) {
NSIndexPath *iPath = [select objectAtIndex:i];
if (iPath.section == 2) {
turnover = iPath.row;
}