Search code examples
iosiphonetableviewexpandable

How populate Expandable TableView itens and chields from SQLite with iOS


I need to create a ExpandableTableView on iOS and fill the items and sub ​​items SQLite

I search in Github and has not found

Thanks


Solution

  • If you are new to coding on iOS try implementing something already made by others. Here is a good example: HVTableView for iOS

    The SQLite part is widely covered in the docs as Core Data. Try starting over here: iOS Developer Libraryi