“pengontrol tampilan pop cepat” Kode Jawaban

Pop cepat ke pengontrol tampilan tertentu

let viewControllers: [UIViewController] = self.navigationController!.viewControllers
for aViewController in viewControllers {
    if aViewController is YourViewController {
        self.navigationController!.popToViewController(aViewController, animated: true)
    }
}
Aris G

pop view controller xcode

  navigationController?.popViewController(animated: true)
Dark Dingo

pengontrol tampilan pop cepat

navigationController?.popViewController(animated: true)
Aris G

Jawaban yang mirip dengan “pengontrol tampilan pop cepat”

Pertanyaan yang mirip dengan “pengontrol tampilan pop cepat”

Lebih banyak jawaban terkait untuk “pengontrol tampilan pop cepat” di Swift

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya