作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个导航 Controller ,它的根是一个 Collection View Controller 。我正在尝试在导航栏正下方和可滚动 Collection View 之前的顶部添加一个选项卡菜单栏。选项卡栏将有两个按钮,用于显示适当的 Collection View 。下面是屏幕的图像。任何帮助都会很棒,最好是 Swift。
最佳答案
您需要将 UICollectionViewController 更改为 UIViewController,然后将 UICollectionViewController 的委托(delegate)添加到 UIViewController。像这样:
@interface myViewController : UIViewController<UICollectionViewDelegate,UICollectionViewDataSource>
关于ios - 如何向嵌入 UINavigationController 的 UICollectionViewController 添加菜单栏?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30627281/
我是一名优秀的程序员,十分优秀!