Skip to content

Commit

Permalink
Prepare for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
JazysYu committed Jun 29, 2016
1 parent 62f7181 commit 7a6544d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion JZNavigationExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JZNavigationExtension"
s.version = "1.4.8"
s.version = "1.5.0"
s.summary = "Integrates some convenient functions and open some hide property for UINavigationController."
s.description = "JZNavigationExtension integrates some convenient features for UINavigationController and easy to use."
s.homepage = "https://github.com/JazysYu/JZNavigationExtension"
Expand Down
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# JZNavigationExtension

[![Version](https://img.shields.io/badge/pod-v1.4.8-5193DB.svg)](https://cocoapods.org/pods/JZNavigationExtension)
[![Version](https://img.shields.io/badge/pod-v1.5.0-5193DB.svg)](https://cocoapods.org/pods/JZNavigationExtension)
[![Platform](https://img.shields.io/badge/platform-iOS7+-lightgrey.svg)]()
[![License](https://img.shields.io/badge/license-MIT-2F2F2F.svg)](https://github.com/JazysYu/JZNavigationExtension/blob/master/LICENSE)

JZNavigationExtension integrates some convenient features for UINavigationController.
JZNavigationExtension integrates many convenient features for UINavigationController.
___
JZNavigationExtension为UINavigationController集成了许多方便的功能。

# Features
* [To gives you a fullscreen interactivePopGestureRecognizer](#FPG)
* [Supply two navigation bar transition style](#NBTS)
* [To hides navigation bar when the view controller is pushed on to a navigation controller](#HNBP)
* [To Push/PopViewController With Blocks](#PWB)
* [To change navigation/tool bar background alpha](#NBTA)
Expand All @@ -21,8 +22,11 @@ JZNavigationExtension为UINavigationController集成了许多方便的功能。

![overview](https://raw.githubusercontent.com/JazysYu/JZNavigationExtension/master/Snapshots/JZNavigationExtensionDemo.gif)

![overview](https://raw.githubusercontent.com/JazysYu/JZNavigationExtension/master/Snapshots/JZNavigationExtensionEvolution01.gif)

# Why JZNavigationExtension?
* Pop Gesture Works Perfect With UITableView【全屏Pop手势完美匹配UITableView无冲突】
* Full Screen Pop Gesture Works Perfect With UITableView【全屏Pop手势完美匹配UITableView无冲突】
* Two navigation bar transition style extension. 【两种导航栏动画拓展】
* Enable or disable property for each view controller conveniently.【简单地针对每一个Controller开关属性】
* Pushes/Pops a view controller when hides/shows navigation bar display soomthly【当控制器做Push/Pop时无缝、平滑地显隐导航栏】
* Release some restrictions make your navigation controller stronger【解除一些限制,使你的导航控制器更加强大】
Expand All @@ -49,6 +53,13 @@ ___
```
___
<a id="NBTS"></a>Change navigation bar transition style 【改变导航栏动画】:
```objc
navigationController.jz_navigationBarTransitionStyle = JZNavigationBarTransitionStyleDoppelganger
```
___

<a id="HNBP"></a>To hides navigation bar when the view controller is pushed on to a navigation controller【支持转场隐藏、显示导航栏】:
``` objc
UIViewController *viewController = [UIViewController new];
Expand Down Expand Up @@ -105,7 +116,7 @@ Many other features please look up public header files...
###### NS_AVAILABLE_IOS(7_0)

# WIKI
因为许多国内朋友问我的几个API的问题,所以写了一篇文档简单解释了一下,请参考这里 <https://github.com/JazysYu/JZNavigationExtension/wiki>
因为许多国内朋友问我的几个API的问题,所以写了一篇文档简单解释了一下,请参考[这里](https://github.com/JazysYu/JZNavigationExtension/wiki)

# Installation
#### Use cocoapods
Expand All @@ -115,4 +126,9 @@ pod 'JZNavigationExtension'
```

#### Manually
Drag all source files under floder JZNavigationExtension to your project.
Drag all source files under floder JZNavigationExtension to your project.


# Apps using this library
If you've used this project in a live app, please let me know! Nothing makes me happier than seeing someone else take my work and go wild with it.
If you are using `JZNavigationExtension` in your app or know of an app that uses it, please add it to [this](https://github.com/JazysYu/JZNavigationExtension/wiki/Apps-using-JZNavigationExtension) list.
Binary file added Snapshots/JZNavigationExtensionEvolution01.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a6544d

Please sign in to comment.