gpt4 book ai didi

swift - 如何在我现有的 XIB 中调用 XIB?

转载 作者:行者123 更新时间:2023-11-28 14:24:04 26 4
gpt4 key购买 nike

描述:- 我正在为自定义框架编码,为此我到处都使用 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/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com