I am using Nativescript image cache for iOS devices.
https://github.com/yezarela/nativescript-image-cache
I am gettting follwoing error.
Does any one know how to resolve this error…??
file:///app/tns_modules/nativescript-image-cache/ns-image-cache.js:146:66: JS ERROR TypeError: image.ios.sd_setImageWithURLPlaceholderImageCompleted is not a function. (In 'image.ios.sd_setImageWithURLPlaceholderImageCompleted(value, placeholderImage, function () {
image.isLoading = false;
})', 'image.ios.sd_setImageWithURLPlaceholderImageCompleted' is undefined)
file:///app/tns_modules/nativescript-image-cache/ns-image-cache.js:146:66: JS ERROR TypeError: image.ios.sd_setImageWithURLPlaceholderImageCompleted is not a function. (In 'image.ios.sd_setImageWithURLPlaceholderImageCompleted(value, placeholderImage, function () {
image.isLoading = false;
})', 'image.ios.sd_setImageWithURLPlaceholderImageCompleted' is undefined)