bachonk / InitialsImageView

A simple UIImageView extension for using initials as a profile image, written in swift
MIT License
213 stars 41 forks source link

Swift 4 problem #4

Closed gitshell007 closed 6 years ago

gitshell007 commented 7 years ago

All its working now with new commit. Thanks

Hi,

With Swift 4 we have a error:

Value of type 'UIImageView' has no member 'setImageForName'

Thanks a lot!

assembleMHN commented 6 years ago

I too have this problem, if i set the pod in manage scheme and try to build it, it will fail in a swift 4 project.

SuvarnaRatna-DevRabbit commented 6 years ago

Same problem.. Swift4 compilation errors

bachonk commented 6 years ago

Check out v0.2.0 which should fix this issue!