Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
Fix tap gesture failure by enabling user interaction on frameView
Browse files Browse the repository at this point in the history
  • Loading branch information
a2 committed Nov 4, 2013
1 parent 8117dac commit 2bcdede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DZProgressController.m
Expand Up @@ -218,6 +218,7 @@ - (void)viewDidLoad {

UIImageView *frame = [[UIImageView alloc] initWithImage:stretchyImage];
frame.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
frame.userInteractionEnabled = YES;
[self.view addSubview: frame];
self.frameView = frame;

Expand Down

0 comments on commit 2bcdede

Please sign in to comment.