爱程序网

代码片段

来源: 阅读:

segue跳转:

[self performSegueWithIdentifier:@"goToRootView" sender:nil];

回到主线程:

dispatch_async(dispatch_get_main_queue(),^{

                self.downLoadalert.message = str;

            });

关于爱程序网 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 人才招聘 - 帮助