SnapSliderFilters
SnapSliderFilters copied to clipboard
Main Thread Checker Warning
Hi Paul, I am getting this warning in SNfilter init() saying - " UI API called on a background thread: -[UIImageView initWithFrame:]". Any suggestions? Thanks in advance.
Hi @Sonali2009,
Indeed, SNFilter must be created in the main thread. The call to the initializer must be wrapped into a DispatchQueue.main.async {} block.
I will look at it soon to update the source code. Thank you!
same issue