Last active
December 23, 2015 16:38
-
-
Save anthonycastelli/6663001 to your computer and use it in GitHub Desktop.
Bright blurred UINavigationBar's in iOS 7
- (void)layoutSubviews {
[self.layer insertSublayer:_navBar atIndex:1];
}
This will keep the layer always at the bottom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you gotten it working when you push a new view controller onto the navigation controller?