ios - What is the best way to save data for a table within a table? -
i have gone through tutorial on apple's developer website called 'your second ios application' in learned how make master detail application. went on learn how save data of master , detail view controllers sqlite3. want add table view controller , view controller structured same way master detail application within master detail structure have created. , within each cell user creates, show different data if navigate through different cell.
basically, wondering best and/or simplest way save is. please ask questions if need it.
if want save data can use core-data. first create model this. (create relations if necessary). create , add objects context , save context. here don't have worry how saved (default sqlite in ios). if need started core-data check out: raywanderlich - core data.
Comments
Post a Comment