I am developing a application where i want to store indexpath.row value into a dictionary and using that value in the dictionary i want to store into a file locally to read the no of rows entered. In my application i have a tableview where i will be adding row if wanted with the information of the row name. if i enter the same name 2 times(ex:-- w and w) the dictionary is taking the count as one and is storing with only 1 value. and now i want to store the row information in a file locally with the information entered. Please help me...