hey, when my application loads i have a table view which shows data present in my database. On clicking the add button it goes to another view and the data inserted is updated in the database. Now how do i load this updated data when i return from this view to the first view.
Which method do i need to call? ViewDidAppear? or ViewWillAppear? and how do i reset the entire table view n reload the data?