Replace hasLocalContacts with showLocalContacts.

Update the value of showLocalContacts in ContactsTableViewController.
This commit is contained in:
Doug
2021-08-09 12:58:18 +01:00
parent 92da98785e
commit 1d9044a8ff
3 changed files with 18 additions and 16 deletions
@@ -51,9 +51,10 @@ typedef enum : NSUInteger
}
/**
Whether or not the data source has any local contacts loaded.
Whether the data source should include local contacts in the table view.
Note: Updating this property does not automatically refresh the data source.
*/
- (BOOL)hasLocalContacts;
@property (nonatomic) BOOL showLocalContacts;
/**
Get the contact at the given index path.