摘要: UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil]; UIViewController *vc = [storyboard instantiateViewControllerWithIdentifier:@"IDENTIFIER"]; [self.navigationC... 阅读全文
posted @ 2019-04-11 14:53 纯粹的code 阅读(326) 评论(0) 推荐(0)