Hi,
Can someone help me with the following.
I have a table with sections representing companies. Each section has people working for that company. For example:
- Apple
- Steve Jobs
- Jonathan Ive
- Microsoft
- Steve Ballmer
How can I create an array with the data above and access the people of the company's section in cellForRowAtIndexPath?
Thanks,
Nico
Can someone help me with the following.
I have a table with sections representing companies. Each section has people working for that company. For example:
- Apple
- Steve Jobs
- Jonathan Ive
- Microsoft
- Steve Ballmer
How can I create an array with the data above and access the people of the company's section in cellForRowAtIndexPath?
Thanks,
Nico