CameraBackground:将相机图层显示为任何UIView的背景

时间:2024-06-12 07:49:13
【文件属性】:

文件名称:CameraBackground:将相机图层显示为任何UIView的背景

文件大小:264KB

文件格式:ZIP

更新时间:2024-06-12 07:49:13

swift camera uiview Swift

UIView + CameraBackground 将相机图层显示为任何UIView的背景。 特征 前置和后置摄像头均受支持。 闪光模式:自动,开,关。 倒数计时器。 点击以聚焦。 捏放大。 用法 view. addCameraBackground () // ... view. takeCameraSnapshot ( { // animate snapshot capture self . view . alpha = 0 UIView. animate ( withDuration : 1 ) { self . view . alpha = 1 } }, completion : { (capturedImage, error) -> () in self . view . freeCameraSnapshot ()


【文件预览】:
CameraBackground-master
----.github()
--------ISSUE_TEMPLATE()
----Example()
--------CameraBackgroundDemo.xcodeproj()
--------CameraBackgroundDemo()
--------Podfile(997B)
--------CameraBackgroundDemo.xcworkspace()
--------Podfile.lock(1KB)
----screenshots()
--------countdown.png(114KB)
--------focus.png(116KB)
----Sources()
--------camera-timer@2x.png(3KB)
--------record.png(2KB)
--------AVFoundation+Extensions.swift(5KB)
--------camera-switch@2x.png(2KB)
--------camera-flash@2x.png(2KB)
--------CountdownLabel.swift(1KB)
--------FocusBoxLayer.swift(2KB)
--------UIView+CameraBackground.swift(12KB)
--------UIKit+Extensions.swift(2KB)
----Package.swift(612B)
----.gitignore(14B)
----CHANGELOG.md(1KB)
----README.md(3KB)
----CameraBackground.podspec(2KB)
----LICENSE.txt(1KB)

网友评论