From df0aeb6fe8a1e9ba2049e2f8a499a9abf57b2228 Mon Sep 17 00:00:00 2001 From: Max Konovalov Date: Thu, 11 Aug 2016 16:23:39 +0300 Subject: [PATCH] Update readme and podspec --- MKDropdownMenu.podspec | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MKDropdownMenu.podspec b/MKDropdownMenu.podspec index b5e5bab..efe7ef8 100644 --- a/MKDropdownMenu.podspec +++ b/MKDropdownMenu.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MKDropdownMenu" - s.version = "1.1" + s.version = "1.2" s.summary = "Dropdown Menu for iOS" s.description = <<-DESC Dropdown Menu for iOS with many customizable parameters to suit any needs. diff --git a/README.md b/README.md index 09b80e9..ff39eb7 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ You can also provide an `NSAttributedString` or custom `UIView` as the display d The appearance and behavior of the `MKDropdownMenu` can be customized by setting its property values or implementing the corresponding `delegate` methods. +The default menu appearance can be customized throughout the app using the available `UI_APPEARANCE_SELECTOR` properties. + ## Requirements - iOS 8+