gpt4 book ai didi

iphone - 如何自定义相机屏幕边框?

转载 作者:行者123 更新时间:2023-12-03 21:18:40 25 4
gpt4 key购买 nike

我想启动具有自定义框架的相机,以便我能够在同一 View 中显示 UIsearchBar ,并且在触摸 UISearchBar 时我需要关闭相机,但 UIsearchBar 应该是可见的。所以我想停止相机将整个iPhone屏幕作为一个框架。所以我想知道如何自定义相机屏幕?

最佳答案

你基本上有两个选择。最简单的一种是使用UIImagePickerController 的cameraOverlayView 属性。这允许您在相机顶部显示 View :

http://developer.apple.com/library/ios/documentation/uikit/reference/UIImagePickerController_Class/UIImagePickerController/UIImagePickerController.html#//apple_ref/occ/instp/UIImagePickerController/cameraOverlayView

如果您需要更复杂的东西,您可以使用 AVFoundation 框架。简而言之,它将允许您在 View 中的任何位置显示相机流: http://developer.apple.com/library/IOS/#documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/04_MediaCapture.html#//apple_ref/doc/uid/TP40010188-CH5-SW2

这里有一个关于如何使用 AVFoundation 拍照的简单教程:http://www.musicalgeometry.com/?p=1297

关于iphone - 如何自定义相机屏幕边框?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7285794/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com