SwiftIsland / island-app

Our community sourced conference app
MIT License
8 stars 11 forks source link

Dismiss on tap next to photo. #46

Closed SpacyRicochet closed 5 years ago

SpacyRicochet commented 5 years ago

Fixes #44.

This also creates a new gesture recognizer per view that needs one. Somehow adding the same gesture recognizer to multiple view caused some views to not register taps properly.

codecov-io commented 5 years ago

Codecov Report

Merging #46 into develop will increase coverage by 0.39%. The diff coverage is 92.85%.

@@             Coverage Diff             @@
##           develop      #46      +/-   ##
===========================================
+ Coverage    56.09%   56.48%   +0.39%     
===========================================
  Files           24       24              
  Lines          747      756       +9     
===========================================
+ Hits           419      427       +8     
- Misses         328      329       +1