You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the answer is no. There are some types not subclass of NSObject so it might not be compatible with Objective-C. I suggest you use SDWebImage or YYImage instead if you need to target for Objective-C project.
While Objective C won't work directly with Kingfisher, its easy to create an intermediary swift class/extension so myclass.m -> myextension.swift -> Kingfisher
Activity
onevcat commentedon Nov 4, 2015
I guess the answer is no. There are some types not subclass of
NSObject
so it might not be compatible with Objective-C. I suggest you use SDWebImage or YYImage instead if you need to target for Objective-C project.fraserscottmorrison commentedon May 9, 2019
While Objective C won't work directly with Kingfisher, its easy to create an intermediary swift class/extension so myclass.m -> myextension.swift -> Kingfisher