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.
当我尝试在背景视图中添加掩码时,我在 UIButton 单击时显示 UIMenu。UIMenu 无法显示。
self.view.mask = UIView(frame: self.view.frame) self.view.mask?.backgroundColor = UIColor.black.withAlphaComponent(0.2) self.view.mask?.isUserInteractionEnabled = false