I hv a lot of data that format like this: 『 No.1 introduction: explanation: Parts1: Parts2: .. .. parts8.
No.2 introduction: explanation: .... .... .... .... No.100 ... 』
I am setting up of my app's model that hold the data as NSMutableDictionary. So that i can find the data by input a key.
The problem is that there is a lot of data(over 500 sets), Can i have a efficient ways to insert the data without "boring typing"?????
please help.
thank You!^_^"