Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我制作了 UIPicker 并带有背景:
(左边是 Picker 的正常尺寸,右边是我的)
问题是:当用户点击 TextField - 选择器做出反应并向下滚动。是否可以防止点击,并使其仅在滑动时做出反应?
添加另一个UIView最重要的视图,然后UITextField在此添加您的UIView。这将防止用户交互冲突。
UIView
UITextField
我认为你应该UITextField远离UIPickerView. 用户触摸时可能会增加几个等级来覆盖这两个视图。
UIPickerView