-[UITextField propertyAtIndexes:(NSIndexSet *)indexes]?

发布于 2024-12-18 10:00:54 字数 349 浏览 0 评论 0原文

我创建了 UITextField 的子类,并在头文件中声明了以下属性:

@property (nonatomic, getter=isFakeHidden) BOOL fakeHidden;

当我进入 .m 文件并输入 - fa它建议 - (NSArray *)fakeHiddenAtIndexes:(NSIndexSet *)indexes

Xcode 代码完成

什么是那?

I made a subclass of UITextField and declared the following property in the header file:

@property (nonatomic, getter=isFakeHidden) BOOL fakeHidden;

When, I go into the .m file and type - fa it suggests - (NSArray *)fakeHiddenAtIndexes:(NSIndexSet *)indexes

Xcode code completion

What is that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝天白云 2024-12-25 10:00:54

也许您需要清除 Xcode 索引,因此它将重新扫描您的源代码并重建它。

关闭您的 Xcode 项目,打开管理器,转到“项目”,选择您的项目并单击“清除派生数据”。

重新打开您的项目。 Xcode 将重新索引它。

Maybe you'll need to clear the Xcode index, so it will rescan your sources, and rebuild it.

Close your Xcode project, open the organizer, go to "Projects", select your project and click "Clear derived data".

The re-open your project. Xcode will re-index it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文