【发布时间】:2018-04-13 08:04:48
【问题描述】:
我在UIViewController 中写了这个,但是menuVC 中的东西像delegate 和scrollView 不再起作用了,发生了什么
MuneScrollViewViewController *muneVC =[[MuneScrollViewViewController alloc]init];
muneVC.view.frame = CGRectMake(0,0, self.view.frame.size.width, 30);
[self.view addSubview:muneVC.view];
【问题讨论】:
-
您的代码让我们不知道出了什么问题。这3行代码没有错。
标签: ios delegates scrollview call