0

I am new to iOS development and this is my first app. I am working on a Master-Detail iPad app.The flow of the app is: When the app starts,a list of 'departments' is displayed in a table.When the user selects a 'department',another table is displayed with a list of all the 'documents' for the selected department.When the user selects the 'document' cell,the document is opened in the detailview in read-only mode. I am loading the 'document' table only after the 'department' cell is selected. Is there any way I can populate the 'document' table when the app starts(in the app delegate?)

user1550951
  • 369
  • 2
  • 9
  • 26

1 Answers1

0

You can use Navigation based application and reload the table as per your requirement

Shamsudheen TK
  • 30,739
  • 9
  • 69
  • 102