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
Hi.
I'm using ImageSlideshow with some images loaded via SDWebImage.
My podfile has the entries (these two only):
pod 'SDWebImage', '~> 5.0'
pod "ImageSlideshow/SDWebImage"
but i get the error Type 'UIPageControl' has no member 'withSlideshowColors'
What am I missing o doing wrong?
Thanks
The text was updated successfully, but these errors were encountered:
'withSlideshowColors' func is missing in the ImageSlideshow library. For your error, you can make a local extension like the below code then your issue will be resolved.
Hi.
I'm using ImageSlideshow with some images loaded via SDWebImage.
My podfile has the entries (these two only):
pod 'SDWebImage', '~> 5.0'
pod "ImageSlideshow/SDWebImage"
but i get the error Type 'UIPageControl' has no member 'withSlideshowColors'
What am I missing o doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: