SkillAgentSearch skills...

MMSpinImageView

A UIView to show 360 degree spin photography

Install / Use

/learn @adad184/MMSpinImageView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MMSpinImageView

CocoaPods CocoaPods CocoaPods

MMSpinImageView is UIView to display 360 degree spin photography.

demo

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

View on GitHub
GitHub Stars280
CategoryDevelopment
Updated1mo ago
Forks54

Languages

Objective-C

Security Score

95/100

Audited on Feb 10, 2026

No findings