KyoheiG3/DynamicBlurView

'fromBlurRadius' is inaccessible due to 'private' protection level

iad24 opened this issue · 3 comments

iad24 commented

I install like this:
pod 'DynamicBlurView', '2.0.0'

screen shot 2018-03-08 at 11 13 51 am

Around 18 compile errors!
Something i missed?

Hi @iad24
What version of Swift did you use? Should use 4.0 or later.

I ran into the same issue here. Seems like the access-level for certain properties is set wrong so that it's not accessible.

Swift version: 9.3

Swift version is not 9.3
Should check #33