From d83369fad9d34c4723f7161c8b90c0cb5997a5ce Mon Sep 17 00:00:00 2001 From: Zandor Smith <info@zsinfo.nl> Date: Sun, 20 Oct 2019 14:36:10 +0200 Subject: [PATCH] Version bump. (v1.1.0) --- README.md | 8 +++++--- WhiteNavigationController.podspec | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ebdccbe..1c8be3c 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,17 @@ [](https://cocoapods.org/pods/WhiteNavigationController) [](https://git.zsinfo.nl/Zandor300/WhiteNavigationController) -This pod will try to mimic the white navigation bars that Apple is adopting in their own apps. +This pod will try to mimic the seamless navigation bars that have been added to iOS 13, for older versions of iOS. You could do the same thing by setting the `UINavigationBar` to white. That would however produce a less good looking blur when scrolling down. ([TestFlight](https://itunes.apple.com/us/app/testflight/id899247664) is a good example of this.) This pod will try to mimic the same thing but with a proper blur, like the stock `UINavigationBar` has. -[](https://git.zsinfo.nl/Zandor300/WhiteNavigationController/blob/master/Example/example.gif) +**Example on iOS 12** + +[](https://git.zsinfo.nl/Zandor300/WhiteNavigationController/blob/master/Example/example.gif) ## Example -To run the example project, run `pod try WhiteNavigationController` in your Terminal. +To run the example project, run `pod try WhiteNavigationController` in your Terminal. Try to run this on a device with iOS 12 or older since the pod won't do anything on iOS 13 or later. ## Installation diff --git a/WhiteNavigationController.podspec b/WhiteNavigationController.podspec index 12bf9d4..e5e9b22 100644 --- a/WhiteNavigationController.podspec +++ b/WhiteNavigationController.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'WhiteNavigationController' - s.version = '1.0.0' + s.version = '1.1.0' s.summary = 'A White UINavigationBar like in Apple\'s apps' # This description is used to generate tags and improve search results. -- GitLab