We are trying to adopt the new iOS18 ContactAccessButton and ContactAccessPicker in our app and we are facing below issues and requirements in UI and functionality.
- 
is there a way to optionally hide the ContactAccessButton UI when there is no matching results ?. 
- 
The search button in the ContactAccessButton UI is not working when showing no matches and browse contacts. The console showing below error 
#ContactsButton response after touch -- Should not show UI #ContactsButton: match for callback was unexpectedly nil?
- 
The ContactAccessPicker view and contact selection view opened from ContactAccessButton - view results are not presented properly. The presented view not fully covered the presenting screen and blank screen appears in edges 
- 
Cancel button in ContactAccessPicker UI when list shown is not working.