0

我想使用 IBDesignable 和 IBInspectable 来显示一些自定义视图。一切正常,直到我犯了一些错误。我修复了它们,但界面构建器仍然呈现视图的旧状态。我的猜测是它正在使用一些旧文件。有什么方法可以清理或清除 Interface Builder 的派生数据?

4

1 回答 1

0

Shift-Command-K清除数据,Option-Shift-Command-K清除数据

如果您更喜欢鼠标,它们位于产品菜单下拉菜单下。

来源:https ://developer.apple.com/library/content/documentation/IDEs/Conceptual/xcode_help-command_shortcuts/MenuCommands/MenuCommands014.html#//apple_ref/doc/uid/TP40010560-CH2-SW16

于 2017-09-04T17:35:10.180 回答