shengxiaolei
Results
2
issues of
shengxiaolei
- (void)setNavigationBackgroundAlpha:(CGFloat)navAlpha { CGFloat alpha = MAX(MIN(navAlpha, 1), 0); UIView *barBackground = self.navigationBar.subviews[0]; UIView *colorView = [self getColorViewOnView:barBackground]; colorView.alpha = alpha; if ([barBackground valueForKey:@"_shadowView"]) { UIView *shadowView = [barBackground valueForKey:@"_shadowView"];...
iOS 端还没发布吗