Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 Xcode 中的情节提要上时,我只能访问 Cocoa Storyboard 库类。但是,当我打开应用程序时,我会看到诸如地址簿之类的类和其他 GUI 对象(例如斜面按钮和组合框)。如何访问故事板?是否可以?
这些其他对象不是 UIKit 的一部分,因此不能添加到您的故事板或您的应用程序中。当您编辑代码时,XCode 并不真正知道(或有错误!)您正在做一个 iOS 项目,因此它也会在对象浏览器中向您显示 AppKit (OS X) 小部件。