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.
我有一个名为 CCAccount 的表,有 8 个字段。当我注册时,我只输入 3 个字段,其他字段将为空。当我单击 addPasscode 按钮时,我需要输入密码到具有 ccid=myccid 的 CCAccount 表。如何做到这一点?
您必须使用NSPredicate,请参阅此链接以了解如何使用它。
NSPredicate