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 aa2f8d4d96
commit 0f87da3d53
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.