Skip to content

Victory886/SelectedPhoto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SelectedPhoto

图片选择器

@property (nonatomic, weak) iddelegate; //!< 代理方法

@property (nonatomic, strong) UINavigationController *navVC; //!< 导航控制器

@property (nonatomic, assign) BOOL allowsEditing; //!< 图片是否可以编辑

@property (nonatomic, assign) int alterBtnCount; //!< alter按钮的个数

暂时先做了这些参数后期会慢慢更新上去。

使用非常方便 SLPhotos *photo = [[SLPhotos alloc] init];

photo.delegate = self;

photo.navVC = (UINavigationController *)self;

photo.allowsEditing = YES;



/// 代理方法设置好就ok。
- (void)photosWithImgData:(NSData *)imgData {

   self.img.image = [UIImage imageWithData:imgData];
}



Go   Go~~

About

图片选择器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published