UIKit / UIStoryboard 便利类
UIKit 框架提供了方便的类来访问 代码中故事板的内容。
我可以找到在任何地方都没有提到这些“便利课程”。有谁知道它们可能是什么?
The UIKit framework provides convenience classes for accessing the
contents of a storyboard from your code.
I can find no other mention of these 'convenience classes' anywhere. Does anyone know what they might be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为它只是指
UIStoryboard
。是否有您需要但不存在的特定功能?I think it just refers to
UIStoryboard
. Is there specific functionality that you need that's not there?