• Stars
    star
    2,980
  • Rank 15,177 (Top 0.3 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

超简单!!! 一行代码设置状态栏、导航栏按钮、标题、颜色、透明度,移动等 WRNavigationBar which allows you to change NavigationBar's appearance dynamically

image


iOS 技术交流

我创建了一个 微信 iOS 技术交流群,欢迎小伙伴们加入一起交流学习~

可以加我微信我拉你进去(备注iOS),我的微信号 wr1204607318

Requirements

  • iOS 7.0+
  • Xcode 8+

Demo

拉钩App首页 新浪微博个人中心 qq空间 知乎日报
QQ我的资料页 蚂蚁森林 连续多个界面导航栏透明 移动导航栏

Installation

CocoaPods pod 'WRNavigationBar','~>1.4.0’ 如果未发现 1.4.0 请更新一下pod

手动拖入 将 WRNavigationBar 文件夹拽入项目中,导入头文件:#import "WRNavigationBar.h"

Use

一定要看 Demo 中的 AppDelegate 文件


// 设置是 全局使用WRNavigationBar,还是局部使用WRNavigationBar,目前默认是全局使用 (局部使用待开发)
[WRNavigationBar wr_widely];
// WRNavigationBar 不会对 blackList 中的控制器有影响
[WRNavigationBar wr_setBlacklist:@[@"SpecialController",
				 @"TZPhotoPickerController",
				 @"TZGifPhotoPreviewController",
				 @"TZAlbumPickerController",
				 @"TZPhotoPreviewController",
				 @"TZVideoPlayerController"]];

// 一行代码搞定导航栏颜色
[self wr_setNavBarBarTintColor:[UIColor whiteColor]];
// 一行代码搞定导航栏透明度
[self wr_setNavBarBackgroundAlpha:alpha];
// 一行代码搞定导航栏两边按钮颜色
[self wr_setNavBarTintColor:[UIColor whiteColor]];
// 一行代码搞定导航栏上标题颜色
[self wr_setNavBarTitleColor:[UIColor whiteColor]];
// 一行代码搞定状态栏是 default 还是 lightContent
[self wr_setStatusBarStyle:UIStatusBarStyleLightContent];
// 一行代码搞定导航栏底部分割线是否隐藏
[self wr_setNavBarShadowImageHidden:YES];

// 设置导航栏默认的背景颜色
[WRNavigationBar wr_setDefaultNavBarBarTintColor:MainNavBarColor];
// 设置导航栏所有按钮的默认颜色
[WRNavigationBar wr_setDefaultNavBarTintColor:[UIColor whiteColor]];
// 设置导航栏标题默认颜色
[WRNavigationBar wr_setDefaultNavBarTitleColor:[UIColor whiteColor]];
// 统一设置状态栏样式
[WRNavigationBar wr_setDefaultStatusBarStyle:UIStatusBarStyleLightContent];
// 如果需要设置导航栏底部分割线隐藏,可以在这里统一设置
[WRNavigationBar wr_setDefaultNavBarShadowImageHidden:YES];

License

WRNavigationBar is available under the MIT license. See the LICENSE file for more info.

More Repositories

1

WRNavigationBar_swift

WRNavigationBar which allows you to change NavigationBar's appearance dynamically
Swift
632
star
2

WRCycleScrollView

Swift 自动无限轮播用这个就够了 swift 4
Swift
162
star
3

FloatView

浮动图片,类似京东或者美团外卖的偷红包,其实最相似的是苹果的AssistiveTouch(小圆点),使用更加简单!更加轻量!
Objective-C
73
star
4

WRCellView

自定义View,类似tableView的系统cell,使用方便 Custom View, similar to the tableView system cell, easy to use
Objective-C
64
star
5

SwiftUI-WRNavigationBar

custom navigationBar in swiftui
Swift
35
star
6

WRNetwork

WRNetwork 是基于 AFNetworking 封装的一套网络请求框架
Objective-C
26
star
7

BackBtnEventIntercept_swift

系统返回按钮事件拦截 System return button event interception
Swift
14
star
8

ZhihuDaily-Swift3.0

知乎日报Swift3.0 为了让我的另一个库WRNetWrapper使用起来更高效,特开此项目作为测试,代码从0开始
Swift
10
star
9

FloatView_swift

Swift版本 浮动图片,类似京东或者美团外卖的头红包,其实最相似的是苹果的AssistiveTouch(小圆点),使用更加简单!更加轻量!
Swift
8
star
10

WebViewBackStack

iOS webView 回退栈 webView内部跳转和原生跳转两不误
Objective-C
7
star
11

BackBtnEventIntercept

系统返回按钮事件拦截
Objective-C
7
star
12

WRAlphaChannelsHelper

remove of alpha channels
Objective-C
3
star
13

WRCellView_swift

自定义Cell
3
star
14

HiddenListLine4SwiftUI

hidden list sepatator 4 swiftui before iOS15
Swift
3
star
15

ImageE

Android 图片剪裁、编辑、滤镜等
Java
2
star
16

WRImageHelper

tint image with color | alpha | rect || insets
1
star
17

TemporaryStorage

临时存储
Objective-C
1
star
18

MsgForward

if you know how to forward by add parameter,please tell me !!!
Objective-C
1
star
19

WRNavigationItem

设置导航栏中间标题、左右按钮的一个分类
1
star