¡@

Home 

2014/10/15 ¤U¤È 10:14:18

iphone Programming Glossary: songarray

Pass NSMutableArray to one view controller to another

http://stackoverflow.com/questions/16142078/pass-nsmutablearray-to-one-view-controller-to-another

view controller. Please let me know what can i do for this In the PlaylistViewController.h file I have NSMutableArray SongArray @property nonatomic retain NSMutableArray SongArray which I wish to pass to another view controller iphone ios objective.. this In the PlaylistViewController.h file I have NSMutableArray SongArray @property nonatomic retain NSMutableArray SongArray which I wish to pass to another view controller iphone ios objective c xcode ios4 share improve this question FirstViewController.h.. share improve this question FirstViewController.h @interface FirstViewController UIViewController NSMutableArray SongArray @property nonatomic retain NSMutableArray SongArray FirstViewController.m SecondViewController secondView SecondViewController..