-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cellForIndex中是否可用controller中的view #4
Comments
我的另一个项目会更好的满足你的需求,移步:https://github.com/wangmchn/WMPageController |
主要是 滚动视图上边 还有一个view 下边才是滚动视图 能行吗 |
可以 设置viewFrame就行 然后自己在PageController上面添加视图 |
WMPageController *pageController = [self p_defaultController]; |
WMPageController是UIViewController的子类,init后的用法跟UIViewController一样。 [self addChildViewController:pageController];
[pageController didMoveToParentViewController:self]; |
上边是一个视图,下边是一个使用你控件的滚动视图,应该如何实现,给个demo么 |
这个是用的PageView |
恩 ok了 谢谢,确实比较灵活 |
下面是tableviewcontroller的话怎么实现 |
可以看看WMPageController这个项目,会比较适合你的需求 发自我的 iPhone
|
想问下 如果能不能将多个controller的view 添加到相应的cell中呢,毕竟用view的话,代码会非常多,而且不好控制
The text was updated successfully, but these errors were encountered: