OC中APPDelegate[[UIApplication shareApplication]delegate]]Swift实现

直接上代码:

var myDelegate:AppDelegate?
        myDelegate = UIApplication.sharedApplication().delegate as? AppDelegate


你可能感兴趣的:(Swift(雨燕)教程)