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,我认为这是不可能的。
当用户点击按钮时您不会收到通知,但您可以提供自己的捕获按钮
隐藏其标准图像选择器控件 (showsCameraControls) 并提供自定义叠加视图 (cameraOverlayView)。在该覆盖视图中,放置一个连接到目标/操作的自定义按钮。