Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintGao committed May 8, 2021
1 parent 41003d2 commit 2d8d4f6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Swift版本请看这里 → [GKNavigationBarSwift](https://github.com/QuintGao/G
* 可实现push,pop时控制器缩放效果(如:今日头条)
* 可实现左滑push一个控制器的效果(如:网易新闻)

## 使用说明
## 使用
### 1、在AppDelegate中添加导航配置

```
Expand All @@ -44,15 +44,7 @@ self.gk_navBackgroundColor = [UIColor red]


## 安装
<details>
<summary><font size=3>手动导入</font></summary>

```
直接拖入GKNavigationBar文件夹到项目,#import "GKNavigationBar.h",开始使用
```
</details>

<details>
<details open>
<summary><font size=3>CocoaPods</font></summary>

```
Expand Down Expand Up @@ -82,6 +74,13 @@ github "QuintGao/GKNavigationBar"
在Xcode中点击File->Swift Packages->Add Package Dependency,然后输入https://github.com/QuintGao/GKNavigationBar
```
</details>
<details>
<summary><font size=3>手动导入</font></summary>

```
直接拖入GKNavigationBar文件夹到项目,#import "GKNavigationBar.h",开始使用
```
</details>

## 常见问题
感谢使用该库,如果在使用过程中遇到问题可查看issue或提交issue,或者进QQ群1047100313
Expand Down Expand Up @@ -254,9 +253,10 @@ configure.shiledGuestureVCs = @[NSClassFromString(@"TZPhotoPickerController"), @

## 作者

- QQ: 1094887059
- QQ: [1094887059](http://wpa.qq.com/msgrd?v=3&uin=1094887059&site=qq&menu=yes)
- QQ群:[1047100313](https://qm.qq.com/cgi-bin/qm/qr?k=Aj_f4C5-R3X1_KEdeb_Ttg8pxK_41ZJu&jump_from=webapi)

<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=Aj_f4C5-R3X1_KEdeb_Ttg8pxK_41ZJu&jump_from=webapi"><img border="0" src="//pub.idqqimg.com/wpa/images/group.png" alt="GKNavigationBar" title="GKNavigationBar"></a>
- [简书](https://www.jianshu.com/u/ba61bbfc87e8)

- 支持作者

Expand Down

0 comments on commit 2d8d4f6

Please sign in to comment.