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.
静的テーブルにuiswitchビューがあります。viewdidloadメソッドのタグを介して取得しようとしています。何らかの理由で、常にnullが表示されます。私はviewWithTagMethodでそれを行います。
UISwitch* switch = (UISwitch*)[self.view viewWithTag:tag]; [switch setOn:[value boolValue] animated:YES];
静的テーブル ビューのコンテンツは、 のスーパー実装viewWillAppear:animated:が呼び出されるまでロードされません。コードを後のポイントに移動すれば問題ありません。または、コンセントを使用してください。
viewWillAppear:animated: