Skip to content

Commit

Permalink
diable userInteraction for darkening view
Browse files Browse the repository at this point in the history
  • Loading branch information
steipete committed Sep 5, 2011
1 parent c5a4fb4 commit c9533a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PSStackedView/PSSVContainerView.m
Expand Up @@ -79,6 +79,7 @@ - (id)initWithFrame:(CGRect)frame {
transparentView_.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
transparentView_.backgroundColor = [UIColor blackColor];
transparentView_.alpha = 0.f;
transparentView_.userInteractionEnabled = NO;
[self addSubview:transparentView_];
}
return self;
Expand Down

0 comments on commit c9533a7

Please sign in to comment.