I have a list of teams which individually contains,the list of team members, So in detail,my first tableview controller,contains the list of teams,for ex..team A,team B,team C and so on,and when i click on particular team,it drills to another tableview controller,and shows one more list of team members,I want to save this data to file ,so that even if the user kills the app,he should get the list of team names and team members,so how can i do it
Thanks and dRegards Ranjit