From 6fae1a7e3eec9f22c751cb409b37553a2eb64d48 Mon Sep 17 00:00:00 2001 From: caiyue1993 <278060043@qq.com> Date: Tue, 17 Jan 2017 22:16:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=8A=E4=BA=86=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AF=BC=E8=88=AA=E6=A0=8F=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=20Tiptoes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- Swift.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05450276..7191acbc 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ Deprecated in favor of PureLayout, which includes OS X support:https://github.co * [MTStatusBarOverlay](https://github.com/myell0w/MTStatusBarOverlay) MTStatusBarOverlay 是一个定制的 iOS 状态栏,用于覆盖系统默认的状态栏,类似 Reeder, Evernote and Google Mobile App。支持两种点击动作:1. 当用户点击状态栏时,状态栏会收缩,仅仅遮盖住状态栏右方的电池图标;2. 当用户点击状态栏时,一个有详细信息的视图会从系统状态栏中下拉出现。 #### 导航栏@ - +* [Tiptoes](https://github.com/caiyue1993/Tiptoes) 提供了一种自定义 Navigation Bar 的新思路,并实现了转场渐变效果,灵感来自于 Unread 。 * [AMScrollingNavbar](https://github.com/andreamazz/AMScrollingNavbar) 一个可以上拉隐藏导航栏和下拉显示导航栏的框架 * [JTNavigationController](https://github.com/JNTian/JTNavigationController) 一个拥有更平滑的navigationBar切换动画的NavigationController * [NavigationController](https://github.com/Roxasora/RxWebViewController) 实现类似微信的 webView 导航效果,包括进度条,左滑返回上个网页或者直接关闭,就像 UINavigationController diff --git a/Swift.md b/Swift.md index f300ccf8..91e2d175 100644 --- a/Swift.md +++ b/Swift.md @@ -231,6 +231,7 @@ github排名 [https://github.com/trending](https://github.com/trending),github #### 状态栏@ #### 导航栏@ +* [Tiptoes](https://github.com/caiyue1993/Tiptoes) 提供了一种自定义 Navigation Bar 的新思路,并实现了转场渐变效果,灵感来自于 Unread 。 #### 设置@