Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最初の配列から次の配列に値を呼び出す必要があります。しかし、配列を宣言すると次のメッセージが表示されます:-
SecondViewController *second = [[SecondViewController alloc] init]; NSMutableArray *_iArray = [second initWithMethod:@"jjsh" :@"jkhfhads"];
アプリがクラッシュしないように修正するにはどうすればよいですか?
initWithMethod:このメソッドは、SecondViewControllerのイニシャライザーであることを示すどちらかの(id)タイプの戻り値を持っています。配列を初期化する場合。次にNSMutableArray、メソッドの戻り型を使用しますinitWithMethod
initWithMethod
NSMutableArray