作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
描述:- 我正在为自定义框架编码,为此我到处都使用 XIB,现在我想在我现有的 XIB 中调用另一个 XIB,它的调用非常好但无法执行调用 XIB 的按钮操作。提前致谢 这是代码。
let bundle = Bundle(for: type(of: self))
let nib = UINib(nibName: "WelcomeVC", bundle: bundle)
self.contentView = nib.instantiate(withOwner: self, options: nil).first as! UIView
self.addSubview(self.contentView)
最佳答案
MVC - 是全局 iOS 概念。再学习一下。xib - 是 View “V”,“V” - 不能作为 Controller “C”。如果您可以调用 xib - 在 Controller 中进行调用。
关于swift - 如何在我现有的 XIB 中调用 XIB?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51741485/
我是一名优秀的程序员,十分优秀!