Disable the contact access footer view in Unified Search.

This commit is contained in:
Doug
2021-08-10 12:32:07 +01:00
parent f4742142d1
commit fb256b8fb3
3 changed files with 12 additions and 1 deletions
@@ -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.