摘要: //实例化将要跳转的controller let sb = UIStoryboard(name: "talkDetail", bundle:nil) let vc = sb.instantiateViewController(withIdentifier: "flowTalk") as! DetailViewController vc.imag... 阅读全文
posted @ 2017-11-06 10:39 齐亚宗 阅读(1795) 评论(0) 推荐(0) 编辑