私はクラスSongDataを持っています。これはjsonオブジェクトを解析していて、ソングオブジェクトを配列に追加し、後でこのオブジェクトの配列をviewcontroller atabbarviewcontroller。 tabbarcontroller内のオブジェクトの表示にアクセスしているときには、TabbarControllerのViewControllerでその配列をどのようにgtに渡すかを指定します。 onAirViewControllerでクラスのオブジェクトの配列をtabbarviewcontrollerのコントローラーに設定する方法
おかげ
in songsData.m
-(void)loadData{
OnAirViewController *oAVC = [[OnAirViewController alloc]init];//the view controller in Tabbarcontroller
oAVC.songs = [self parsingTheJson:@"http:....."];
NSLog(@" count..%d",[songs count]);//gives 153
}
.. その与え
NSLog(@" count..%d",[songs count]);//gives 0