0

我将电话号码导入我的应用程序,但是当我点击没有电话号码的联系人时,我的应用程序崩溃了。

我的代码:

if (ABMultiValueGetCount(phoneNumbers) > 0) {
    phone = (__bridge_transfer NSString*)
    ABMultiValueCopyValueAtIndex(phoneNumbers, 0);
} else {
    phone = @"[None]";
}

有什么建议么?

4

0 回答 0