Open gdavis opened 6 years ago
Hi @gdavis, thanks for bringing this up. We've been able to reproduce this issue and it should be fixed with the next update.
@aksh1t Cool, thanks. Any ETA on when that might be released? Hoping to get it in for an app going to the store this week.
Using DUXCameraConfigStorageWidget with auto-layout constraints and without causes constant autolayout errors when capturing photos or video. This widget should automatically size correctly without triggering auto layout errors.
Steps to reproduce In an Xcode storyboard, place a UIView and give it the custom class DUXCameraConfigStorageWidget. Run the application and have the aircraft record video or photo, and observe the autolayout errors printing in the log and hanging the debugger (if you have a breakpoint set).
Environment