首页 > 代码库 > OC中APPDelegate[[UIApplication shareApplication]delegate]]Swift实现

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

直接上代码:

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