CPKenburnsSlideshowView icon indicating copy to clipboard operation
CPKenburnsSlideshowView copied to clipboard

Inspired by Hey Day

Results 7 CPKenburnsSlideshowView issues
Sort by recently updated
recently updated
newest added

Downloading dependencies Installing CPKenburnsView (1.0.1) Generating Pods project Integrating client project Sending stats Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed. [!] The...

I add the library with Pod, Is necessary that you change the line #10 in CPKenBurnsSlideshowView.h # import "CPKenburnsView.h" with ``` swift #import ```

Delegate Dont Work

Hi, @muukii0803 . When I use `enableMotion = YES`, the setting had been reflected. So, I fix the following: - spell miss for delegate method - first, store self to...

Hi there! Really nice animation effect. I saw that it is possible to load images from URL.. Im doing a project using Parse as Backend as a Service could anyone...

Hello, Congrats for this project, it looks really cool! But I wasn't able to use it, even to use the demo project: - which version should I use? - I...

I'm trying to insert a gradient layer in the **CPKenburnsSlideshowView**. How can I do that? I'm trying with the following code: ``` UIColor *colorOne = [UIColor colorWithWhite:0.0 alpha:0.54f]; UIColor *colorTwo...