ios - Le contrôleur A passe au contrôleur B et l'écran B devient noir ?
天蓬老师
天蓬老师 2017-05-31 10:33:00
0
3
783

1. Il y a 2 VC dans storyBoard, chacun avec navigation.

2. Saut AVC vers la méthode BVC, méthode de connexion par bouton

- (IBAction)clickBtnToBvc:(id)sender { BViewController *vc = [[BViewController alloc]init]; [self.navigationController pushViewController:vc animated:YES]; }

3.Écran noir BVC, quelle en est la raison ?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

répondre à tous (3)
世界只因有你

Votre B est créé dans le storyboard et lié au contrôle, il doit donc être chargé depuis le storyboard

BViewController * vc = [[UIStoryboard storyboardWithName:@"storyboard" bundle:nil] instantiateViewControllerWithIdentifier:@"IDENTITY"]; [self.navigationController pushViewController:vc animated:YES];
    洪涛

    Essayez de définir une couleur d'arrière-plan pour la vue de BViewController

      给我你的怀抱

      Supprimer la navigation de b

        Derniers téléchargements
        Plus>
        effets Web
        Code source du site Web
        Matériel du site Web
        Modèle frontal
        À propos de nous Clause de non-responsabilité Sitemap
        Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!