I made UIPicker and with background on it:
(left is normal size of Picker, on the right is mine)

The problem is: when the user clicks on TextField – the picker reacts and scrolls down. Is it possible to prevent clicking, and make it to react only on swipe?
Add an another
UIViewabove all view then add yourUITextFieldon thisUIView.This will prevent the user interaction conflict.