“Swift Access AppDelegate von ViewController” Code-Antworten

Swift Access AppDelegate von ViewController

let appDelegate = UIApplication.shared.delegate as! AppDelegate
let aVariable = appDelegate.someVariable
Clumsy Cod

Swift Access AppDelegate von ViewController

func appDelegate() -> AppDelegate {
    return UIApplication.shared.delegate as! AppDelegate
}
Clumsy Cod

Ähnliche Antworten wie “Swift Access AppDelegate von ViewController”

Fragen ähnlich wie “Swift Access AppDelegate von ViewController”

Weitere verwandte Antworten zu “Swift Access AppDelegate von ViewController” auf Swift

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen