xCode配色方案项“属性”代表什么?

时间:2013-12-01 11:57:44

标签: xcode themes xcode5

使用xCode配色方案,但我无法使属性起作用。 它实际上没有染色__attribute__语句。

enter image description here

// Not this.
NSString a* __attribute__((visibility("default")));
// Nor this.
__strong NSString *b;
// So what?

2 个答案:

答案 0 :(得分:2)

它与XML标记一起使用。您可以通过打开情节提要作为源代码而不是界面构建器来查看应用的属性颜色。

答案 1 :(得分:0)

那么,

// Declare the availability of a particular API
void f(void) __attribute__((availability(macosx,introduced=10.4,deprecated=10.6)));

关于它的好消息attribute