diff --git a/MYBlurIntroductionView/MYBlurIntroductionView.m b/MYBlurIntroductionView/MYBlurIntroductionView.m index 1776084..a3de616 100755 --- a/MYBlurIntroductionView/MYBlurIntroductionView.m +++ b/MYBlurIntroductionView/MYBlurIntroductionView.m @@ -35,6 +35,7 @@ -(void)initializeViewComponents{ self.BackgroundImageView = [[UIImageView alloc] initWithFrame:self.frame]; self.BackgroundImageView.contentMode = UIViewContentModeScaleAspectFill; self.BackgroundImageView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleHeight; + self.BackgroundImageView.clipsToBounds = YES; [self addSubview:self.BackgroundImageView]; //Master Scroll View