Skip to content

mardelean/MAPuzzleShapeView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#MAPuzzleShapeView A rectangular view with puzzle shapes drawn on different sides.

##Installation Drag and drop MAPuzzleShapeView.h/m into your project.

##Usage

CGRect frame = CGRectMake(0.f, 0.f, 200.f, 100.f);

MAPuzzleShapeView puzzleShapeView = [[MAPuzzleShapeView alloc] initWithFrame:CGRectZero];
puzzleShapeView.shapeLength = 30.f;
puzzleShapeView.shapeAlignment = UIViewShapeAlignmentOnX;
puzzleShapeView.backgroundColor = [UIColor lightGrayColor];

[self.view addSubview:puzzleShapeView];

##Screenshots

Screenshot Screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published