Git Product home page Git Product logo

Comments (10)

davdroman avatar davdroman commented on July 19, 2024

Hey there David.

It's a not a noob question at all. I understand your confusion.

DRDynamicSlideShow has been splitted into two projects: Popsicle and DRPageScrollView. Popsicle carries the keyframing/interpolation logic and DRPageScrollView allows for a simple and easy page scroll view setup. Of course, you may use vanilla UIScrollView or any other UIScrollView subclass instead (which is basically the point of this separation).

About your problem, it's quite strange actually. You should be able to replace DRDynamicSlideShow's pod with Popsicle's by replacing this line from your Podfile:

pod 'DRDynamicSlideShow'

to this one:

pod 'Popsicle'

and running pod install or pod update as convenient.

If you're still having trouble, please tell me what error you're getting from CocoaPods.

Another solution I can think of right now is removing pod 'DRDynamicSlideShow' from your Podfile, running pod install to remove it from your project, and adding pod 'Popsicle' afterwards.

from popsicle.

djclarkson avatar djclarkson commented on July 19, 2024

Thanks for quick reply.

So I tried removing DRDynamicSlideshow then pod install, then adding Popsicle. On build I get this:

Property ‘DRDynamicSlideShowdelegate’ not found on object of type ‘RMDateSelectionViewController'

Maybe an issue with RMDateSelectionViewController... checking.

from popsicle.

davdroman avatar davdroman commented on July 19, 2024

That's because Popsicle is a hole different thing than DRDynamicSlideShow. Please consider the new API and implement it as convenient for your project. I'd recommend implementing DRPageScrollView as well (check out the demo app for further detail on implementation).

from popsicle.

djclarkson avatar djclarkson commented on July 19, 2024

I figured it was a whole different thing but then the suggestion you made above was to simply replace the Pods. Is there no way to keep the old repository available? Kind of sucks for projects to break like this and be forced to re-implement (I'm not experience enough to do so myself, so probably have to pay....).

from popsicle.

davdroman avatar davdroman commented on July 19, 2024

I'm really sorry, but there's no way around it. I should have deprecated the previous project instead of replacing it for this one. My mistake. If you still have the old library files, you can upload them to your own private repository and install them from there though. Or maybe you could install manually, since there won't be more updates for the library for CocoaPods to manage.

from popsicle.

djclarkson avatar djclarkson commented on July 19, 2024

It's ok, I will see if I can find the old files.

from popsicle.

davdroman avatar davdroman commented on July 19, 2024

👍

from popsicle.

djclarkson avatar djclarkson commented on July 19, 2024

Wow this is a hell of a lot more work to resolve than I thought. Do you have a copy of the old repository I can use? I have a few files but had trashed the old cloned directory.

from popsicle.

davdroman avatar davdroman commented on July 19, 2024

Unfortunately I don't, sorry.

I'm quite certain it shouldn't be hard at all to port your code to Popsicle+DRPageScrollView. It's quite the same thing as DRDynamicSlideShow except for the method names.

from popsicle.

davdroman avatar davdroman commented on July 19, 2024

Hi again @djclarkson.

How stupid from me not to think about this before: a lot of people have a forked version of the old repository, such as this one.

from popsicle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.