@implementation UINavigationBar (CustomHeight)
- (void)layoutSubviews { [super layoutSubviews]; CGRect barFrame = self.frame; barFrame.size.height = height; self.frame = barFrame; } @end
转载于:https://blog.51cto.com/scxixi/1066157
@implementation UINavigationBar (CustomHeight)
- (void)layoutSubviews { [super layoutSubviews]; CGRect barFrame = self.frame; barFrame.size.height = height; self.frame = barFrame; } @end
转载于:https://blog.51cto.com/scxixi/1066157