There are many apps(especially sns apps) which show a nested list.
e.g.) pinterest, path.
Are there standard practices of making nested list in iOS(or android)?
- sections as outer list, rows as inner list
- tableview as outer list, tableview inside a cell as inner list.
- something else..