V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
nellace
V2EX  ›  iDev

ios 程序里面调用拍照可以可以拍完接着拍

  •  
  •   nellace · 2015-05-04 15:19:18 +08:00 · 2356 次点击
    这是一个创建于 3273 天前的主题,其中的信息可能已经有所发展或是发生改变。

    现在调用UIImagePickerController流程是:
    1.A界面调用拍照
    2.相机界面B拍照
    3.C界面“使用照片”或者“重拍”
    4.点击 “使用照片”后悔直接跳到界面A

    这样的话就不能快速的连续拍多张,怎么做能拍完后留在相机拍照界面?连续多拍几张?

    2 条回复    2015-05-06 17:53:36 +08:00
    cheng4741
        1
    cheng4741  
       2015-05-06 14:27:17 +08:00   ❤️ 1
    这个比较难,UIImagePickerController是做不到的。得用到AVFoundation里面的AVCaptureDevice相关的类,可以参考一下这个http://objccn.io/issue-21-3/。
    nellace
        2
    nellace  
    OP
       2015-05-06 17:53:36 +08:00
    @cheng4741 感谢!想了想还是不这样做了,确实不好弄
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2572 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 05:01 · PVG 13:01 · LAX 22:01 · JFK 01:01
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.