我已经实现了UISearchBar和UIPickerView。我想实现一个自定义的obscuresBackgroundDuringPresentation。
我选择不实现UISearchBarController。因此,我不能使用obscuresBackgroundDuringPresentation。另外,我希望此功能适用于UIPickerView。结果,我需要实现自己的。
我希望自定义的obscuresBackgroundDuringPresentation可以遮盖所有内容,而无需显示项目,UISearchBar或UIPickerView。有谁知道如何实现这一目标?