GPUImage icon indicating copy to clipboard operation
GPUImage copied to clipboard

Fix Xcode main thread warning

Open lacyrhoades opened this issue 6 years ago • 1 comments

Otherwise, reading any UIKit values like .bounds will give a warning: Main Thread Checker: UI API called on a background thread: -[UIView bounds]

lacyrhoades avatar Nov 25 '17 20:11 lacyrhoades

This causes deadlock for me in layoutSubviews

ntnmrndn avatar Aug 21 '18 03:08 ntnmrndn