I'm trying to tame UIPasteControl on the screen where I have multiple textfields and each is having a paste button.
To comply with iOS 16 I'm changing my buttons to UIPasteControl.
This is a storyboard based UIKit screen with a controller written in swift.
I added UIPasteControl #1 with target of a textfield above it, and it works as expected.
I added UIPasteControl #2 with target of a textfield above it, and when I tap on that second UIPasteControl, it asks for the permission, per image attached.
I'm quite confused and I have double checked everything for my own error. Everything looks alright, except for that second UIPasteControl raising this permission popup. The first UIPasteControl never raises the popup.
This is on a real device running iOS 16 RC, Xcode Version 14.0 (14A309).
What I can be missing? What I can try?