From 77b62433f0ff72590b5f5238320394c5e3632846 Mon Sep 17 00:00:00 2001 From: Alexis Aubry Date: Fri, 6 Oct 2017 13:27:47 +0200 Subject: [PATCH] Update README with latest changes --- BulletinBoard.podspec | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BulletinBoard.podspec b/BulletinBoard.podspec index a6d75fa..3355ced 100644 --- a/BulletinBoard.podspec +++ b/BulletinBoard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BulletinBoard" - s.version = "1.1.0" + s.version = "1.2.0" s.summary = "Generate and Display Bottom Card Interfaces for iOS" s.description = <<-DESC BulletinBoard is an iOS library that generates and manages contextual cards displayed at the bottom of the screen. It is especially well suited for quick user interactions such as onboarding screens or configuration. diff --git a/README.md b/README.md index c07b60b..c9b8663 100644 --- a/README.md +++ b/README.md @@ -236,9 +236,9 @@ This creates the following interaction: ![Activity Indicator](https://raw.githubusercontent.com/alexaubry/BulletinBoard/master/.assets/demo_activity.png) -## Automatic Dismissal +## Dismissal -If you set the `isDismissable` property to `true`, the user will be able to dismiss the bulletin by tapping outside of the card. +If you set the `isDismissable` property to `true`, the user will be able to dismiss the bulletin by tapping outside of the card or by swiping the card down. You should set this property to `true` for the last item.