how to initialized array value's into another new array.

Posted by kiran kumar on Stack Overflow See other posts from Stack Overflow or by kiran kumar
Published on 2011-01-17T07:20:38Z Indexed on 2011/01/17 7:53 UTC
Read the original article Hit count: 258

Filed under:

I have array distanceListArray.. 5 km, 10 km, 15km, 20 km, 25 km. distanceListArray is of appDelegate.class

distanceArray count is 5.

Now i do have another array.

which have list of events data ...

eventListArray is of DistanceClass

call eventListArray. for 5 km its displays 10 events, for 10 km its display 20 events.

Now i need to load data for each section from distanceListArray of eventListArray Into another new array.

All Arrays's are NSMutableArray.

I hope this makes ambiguity.

please help try to help me out.

© Stack Overflow or respective owner

Related posts about iphone