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.
Nsobject クラスからいくつかのデータを UIViewController に渡します。ビュー コントローラーでは、ビュー内のデータのみにアクセスします。どうすればこれを解決できますか
たとえば、ViewDidLoad から 1 つの関数を呼び出します。
-(void)getData { //you can access data here.... }
したがって、getData という関数を 1 つ作成し、viewDidLoad から呼び出します。
幸せなコーディング親愛なる...!!!!!!!!
デリゲートを使用 して他のクラスにアクセスする