copy array from one class to another class array

Posted by shishir.bobby on Stack Overflow See other posts from Stack Overflow or by shishir.bobby
Published on 2010-06-05T05:36:21Z Indexed on 2010/06/05 9:22 UTC
Read the original article Hit count: 371

Filed under:

hi all,

i hv an array ("array A", which contains 3 objects, fox ex, to,from,message) in class "A".

and in class "B",i m having another array ("array B"),which fills tableview,of class "B" only.

i need to fill tableview,with the values of class A's array (i.e array A,with the object values, to,from,message).

how can i do it??

how to copy array from another class ?

i hope i m clear with my question

regards shishir

© Stack Overflow or respective owner

Related posts about iphone-sdk