I'm new in mono touch iOS/monotouch development. I want to make multi-level table in my app, but don't know how.. i've tried to search web, but found nothing (except ancient 2009 year's sample which does not work).
Let we have table:
- row1
- row2
- row3
User taps on row2 and it expands:
- row1
- row2
- [subrow1]
- [subrow2]
- row3
If user tap row2 again, it collapses.
I know, realization should be quite easy, but I have no experience in it right now. It will be great to get some assistance!
Thanks in advance.