Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fuaefh/MLImageContainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLImageContainer

#import "MLImageContainerView.h"

UICollectionViewFlowLayout *layout = [[UICollectionViewFlowLayout alloc] init];
MLImageContainerView *collectionView = [[MLImageContainerView alloc] initWithFrame:CGRectZero collectionViewLayout:layout];
[self.view addSubview:collectionView];
[collectionView reloadViewWithImageURLs:[self getIamgeArray] colum:6 placeHolder:nil];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors