CPKenburnsSlideshowView
Inspired by Hey Day
Install / Use
/learn @muukii/CPKenburnsSlideshowViewREADME
CPKenburnsSlideshowView
Android version
Using CPKenburnsView
pod 'CPKenburnsSlideshowView'
Inspired by Hey Day (photo app)
Feature!
- Infinite scroll -> OK!
- Change frame size when animating -> OK!
- Show whole image when long tap -> OK! :cactus:
Future!
- Face detector.
- Auto photo filtering.
I'm waiting pull request please!
@@@@@@@@@@@@@ Play Movie @@@@@@@@@@@@@


CPKenburnsSlideshowView use CPKenburnsImage
Required image or imageUrl;
@interface CPKenburnsImage : NSObject
@property (nonatomic, strong) UIImage *image;
@property (nonatomic, strong) NSURL *imageUrl;
@property (nonatomic, assign) CGFloat latitude;
@property (nonatomic, assign) CGFloat longitude;
@property (nonatomic, strong) NSString *title;
@property (nonatomic, strong) NSString *subTitle;
@property (nonatomic, strong) NSString *locationDescription;
@property (nonatomic, strong) NSDate *date;
@end
@protocol CPKenburnsSlideshowViewDeleagte <NSObject>
@optional
- (void)slideshowView:(CPKenburnsSlideshowView *)slideshowView downloadImageUrl:(NSURL *)imageUrl completionBlock:(DownloadCompletionBlock)completionBlock;
- (void)slideshowView:(CPKenburnsSlideshowView *)slideshowView willShowKenBurnsView:(CPKenburnsView *)kenBurnsView;
@end
If you use imageUrl,call back
- (void)slideshowView:(CPKenburnsSlideshowView *)slideshowView downloadImageUrl:(NSURL *)imageUrl completionBlock:(DownloadCompletionBlock)completionBlock
{
UIImaage *image = ~~~~;// Download image
completionBlock(image);
}
Related Skills
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.6kCommit, push, and open a PR
