0
is there any best way to listout Property of Contact in detail?
like it is working in IOS 6.1 and earlier Version.
ABPersonViewController不支持子類中的iOS 7.0和更高版本
//
// ABPersonViewController.h
// AddressBookUI
//
// Copyright (c) 2010 Apple Inc. All rights reserved.
//
#import <UIKit/UIViewController.h>
#import <AddressBook/AddressBook.h>
@interface ABPersonViewController : UIViewController <UIViewControllerRestoration>
// ABPersonViewController does not support subclassing in iOS 7.0 and later. A nil instance will be returned.
不知道什麼是子類的限制應該實現/防止但任何事情,你可以通過繼承,你也可以通過其他的實現,如果可能hackier,意味着像法混寫或代理等。這就是說實現,這裏不清楚你在問什麼。 – ipmcc