Skip to content

Conversation

jguffey
Copy link

@jguffey jguffey commented Nov 8, 2018

Swift 5 support

  • Changes compile language to Swift 5
  • Changes iOS build target to 12.4
  • Compiles and runs in Swift5

Thread Issues

8577da7 Resolves #19

SNFilter is subclass of UIImageView, which can only be init'd from the main thread.

You'd have to not be a UIView if you want to do background threading.

Now, changing to generate filters on the main thread, has no perceivable impact on filter generation on my iPhoneX, nor iPhone6.

SNFilter is subclass of UIImageView, which can only be init'd from the main thread.

You'd have to not be a UIView if you want to do background threading.

Now, changing to generate filters on the main thread, has no perceivable impact on filter generation on my iPhoneX, nor iPhone6.
Adds Swift5 and iOS 12.4 support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Main Thread Checker Warning
1 participant