MMSpinImageView
A UIView to show 360 degree spin photography
Install / Use
/learn @adad184/MMSpinImageViewREADME
MMSpinImageView
MMSpinImageView is UIView to display 360 degree spin photography.

Usage
There's 3 ways to use MMSpinImageView.
you can use datasource to provide your images.
@protocol MMSpinImageViewDelegate <NSObject>
@optional
- (void)spinImageView:(MMSpinImageView*)view didSelectAtIndex:(NSInteger)index;
- (void)spinImageViewBeginLoadData:(MMSpinImageView*)view;
- (void)spinImageViewEndLoadData:(MMSpinImageView*)view;
- (void)spinImageViewFailedLoadData:(MMSpinImageView*)view;
@end
@protocol MMSpinImageViewDatasource <NSObject>
- (UIImage *)spinImageView:(MMSpinImageView *)view imageAtIndex:(NSInteger)index;
@optional
- (NSInteger)numberOfViewsInspinImageView:(MMSpinImageView *)spinImageView;
@end
or you can directly set the images array.
@property (nonatomic, strong) NSArray *imagesArray;
and maybe you want to load images from zip file.( this feather depends on zipzap, you can remove relative methods if you don't need this)
- (void)loadDataFromZip:(NSString*)path;
Related Skills
node-connect
331.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
81.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
331.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
81.6kCommit, push, and open a PR
