Disable the contact access footer view in Unified Search.

This commit is contained in:
Doug
2021-08-10 12:32:07 +01:00
parent 82cb8bc488
commit e293279a53
3 changed files with 12 additions and 1 deletions

View File

@@ -66,6 +66,13 @@
*/
@property (weak, nonatomic) IBOutlet UITableView *contactsTableView;
/**
When true, the footer that allows the user to grant access to their contacts will
never be shown. When false, the footer will shown when the required access is
not available.
*/
@property (nonatomic) BOOL hideRequestContactAccessFooter;
/**
If YES, the table view will scroll at the top on the next data source refresh.
It comes back to NO after each refresh.