pawelnathan

Results 5 comments of pawelnathan

I am seeing the same issue here. Has anybody found the reason for this?

Hi @LoganWright I have now found a way to reproduce it easily. Just open the SimpleCam sample and change the bundle identifier. If you open it on iphone4s it takes...

I could reproduce in debug environment and get an exception now. It crashes in line 216 - [self.view addSubview:_imageStreamV]; Here is the log: This application is modifying the autolayout engine...

OK, I have a fix for this. In viewDidAppear change the code following this code: ``` case AVAuthorizationStatusNotDetermined: { // not determined [AVCaptureDevice requestAccessForMediaType:AVMediaTypeVideo completionHandler:^(BOOL granted) { if(granted){ ``` with...

I wrote a patch for this. Is anybody interested in a pull request?