objective c - Front Camera switch goes black -


i making app that, in course, can take picture rear camera , take picture front camera 3 seconds after. dismissing previous uiimagepickercontroller , presenting uiimagepickercontroller, in completion block of presentviewcontroller:animated:completion: method start nstimer calls takepicture after 3 seconds.

this worked charm in ios 7. in ios 8 fail see front camera view , receive in console:

uiimagepickercontroller: ignoring request take picture; camera changing modes.

what going on here? there api change? or x.0 bug?

if code needed me out gladly provide it.


Comments

Popular posts from this blog

Regex find and replace between <div class="customclass"> and </div> tag -

frame rate - JAVA simple fps animation(how can i work with?) -