Rightpoint / RZUtils

Rightpoint Commonly Used Tools
Other
123 stars 22 forks source link

added method to get both unblurred and blurred snapshots in an array #98

Closed jatraiz closed 10 years ago

jatraiz commented 10 years ago

@smbarne I was wanting to get both a snapshot and blurred snapshot of a view without having to get a context or call drawViewHierarchyInRect twice in a row. In my case, this involves wanting to create a blur fade-in effect for a mapview where I can also hide the mapview once it has been snapshotted.

jatraiz commented 10 years ago

@ZevEisenberg thanks for the review. The only thing I didn't address was the reference to Apple's blurring code. I'll ask @smbarne how he would best like that referenced.

jatraiz commented 10 years ago

@nbonatsakis @ZevEisenberg took the tiny class route to returning multiple images

jatraiz commented 10 years ago

@ZevEisenberg swapped.

ndonald2 commented 10 years ago

@jatraiz Looks good to me. Should merge this into develop, though, so we can prep the pod release.

ndonald2 commented 10 years ago

@jatraiz @ZevEisenberg If this looks good let me know and I'll go ahead and handle the merge and pod versioning.

ZevEisenberg commented 10 years ago

@ndonald2 code looks fine.