Skip to content

Commit b114c15

Browse files
author
teejay
committed
Merge branch 'master' of github.com:MattFoley/UIDynamics-Helpers
2 parents 967d98d + 1324f4b commit b114c15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This repository is filled with helping code for UIDynamics stuff. All of the UID
99
This class will help you create a boundary behavior for any arbitrary image. It will trace any non zero alpha pixels in an image, and then construct a UIBezierPath from the result to use as a boundary.
1010

1111
[MFLAlphaCollision addBoundaryToBehavior:self.collisionBehavior
12-
withView:self.boundaryImageView
12+
withImageView:self.boundaryImageView
1313
forIdentifier:@"someIdentifier"];
1414
1515
OR
@@ -25,3 +25,4 @@ This class will allow you to trace all on screen boundaries simply and easily to
2525
To begin tracing all of your boundaries, change the class of your UIView to MFLBoundaryPreview and set your view's MFLBoundaryPreviewDelegate to your UIViewController, ensuring it has a property named *collisionBehavior*.
2626

2727

28+
Thanks to Andy Finnell for his Magic Wand implementation for inspiration: http://losingfight.com/blog/2007/08/28/how-to-implement-a-magic-wand-tool/

0 commit comments

Comments
 (0)