Ryan Holstad

Results 3 comments of Ryan Holstad

@twostraws there is no error reported when the user denies camera access on the initial permission request. Subsequent initializations of the `AVCaptureDeviceInput` throw an exception with code [AVError.Code.applicationIsNotAuthorizedToUseDevice](https://developer.apple.com/documentation/avfoundation/averror/code/applicationisnotauthorizedtousedevice), which correctly...

The crash is the dreaded UITableView Invalid update. Here is the stack trace: ``` ExpyTableView_Example[1501:53913] *** Assertion failure in -[ExpyTableView.ExpyTableView _endCellAnimationsWithContext:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3698.33.6/UITableView.m:2011 2018-02-06 13:02:19.171764-0500 ExpyTableView_Example[1501:53913] *** Terminating app due to...