is there any best way to listout Property of Contact in detail?
like it is working in IOS 6.1 and earlier Version.
//
// 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.