Skip to content

peter-halo/XTYImageShowView

 
 

Repository files navigation

XTYImageShowView

#import "XTYImageShowView.h"

/**

  • Picture browsing
  • @param images images array
  • @param clickNumber current image index
  • @param allow allow delete */

[XTYImageShowView showWithImages:images andCurrenIndex:0 allowDelete:YES];

if allowDelete = YES need achieve delegate

/**

  • delete button click
  • @param index delete image index */

-(void)XTYImageShowViewDeleteButtonClickWithImageIndex:(NSInteger)index;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%