loganwright / SimpleCam

A Memory Efficient Drop In Replacement / Alternative for the Native UIImagePicker Camera
Mozilla Public License 2.0
210 stars 37 forks source link

Fix tap to focus on square mode #16

Closed joshbernfeld closed 9 years ago

joshbernfeld commented 9 years ago

Logan, It seems that the square view was capturing the touches and preventing the tap gesture recognizer from working. This fixes it.

Best,

Josh

loganwright commented 9 years ago

Thanks for finding that! Merged.