gpt4 book ai didi

cappuccino - 无法将类别添加到CPView Cappuccino

转载 作者:行者123 更新时间:2023-12-03 13:37:57 28 4
gpt4 key购买 nike

我正在尝试将此类别添加到CPView,但是XCodeCapp给出了一个错误,当我尝试使用此方法时出现了unrecognized selector sent to instance错误。

@import <AppKit/CPView.j>

@implementation CPView (Custom)

- (void) addSomething
{
var bounds = [self bounds];
var context = [[CPGraphicsContext currentContext] graphicsPort];

CGContextSetFillColor(context, [CPColor blueColor]);
CGContextFillRect(context, CGRectMake(100,100,100,100));
}

@end

据我所知语法是正确的,我正在使用的文件名为CPView_Custom.j。

编辑

我还使用IB将CPView ivar连接到XIB/NIB文件中的自定义 View 。不知道这是否有所作为。

最佳答案

XCodeCapp总是会引发有关类别的错误,因为objj CLI无法将它们理解为单个文件。

您应该通过在.xcodecapp-ignore中添加一些条目来忽略类别。

关于cappuccino - 无法将类别添加到CPView Cappuccino ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9712329/

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