-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom activity indicator issue Swift 4 #872
Comments
@alfasolutions It seems that associated object does not work well with Swift protocol, even it is marked to receive A workaround is in #878 and I think we could release it later as an update. |
Thanks for reporting this! |
Thanks for resolving the issue. |
@chyrta Sorry for the delay. But I guess I could not do a release until approximate 10hrs later. I would release it tonight (JST)! |
@onevcat Nice to hear that. Thanks for maintaining this cool library 👍 |
hello. my custom indicator position is wrong. is this issue fixed? i made it as instructed in the documentation.
|
@CHONUMAN Kingfisher will use the |
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
Issue Description
When creating struct conforming to Indicator protocol as described in Cheat Sheet the view is empty and nothing happens.
What
The func startAnimatingView() never gets called and logging imageView.kf.indicator prints out nil.
Reproduce
Other Comment
Am I doing something wrong here, or is this an issue with the current version of swift or something.
Thanks in advance.
The text was updated successfully, but these errors were encountered: