I need some info about how to pass data between classes.. To be specific, I want to store in a class in an array some info, (using model store class), and then use it in ano
create an object of second class(MySecondView *objMySecondView=[MySecondView alloc]init];) in your first class. then pass value to array2 from array of first class. like
objMySecondView.array2 setObjectFromArray=array1;