From f09103ff2abb5f3ee913612fd449179c5b7a774e Mon Sep 17 00:00:00 2001 From: Cezary Wojcik Date: Thu, 19 Sep 2013 13:35:57 -0700 Subject: [PATCH] Updated README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 466b9b0f..4c9b27f5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ CWStatsBarNotification uses ARC and requires iOS 6.0+. +Works for iPhone and iPad. + ## Installation ### CocoaPods @@ -41,6 +43,8 @@ The category adds a new property to `UIViewController` called `statusBarNotifica Queueing is not yet implemented. As such, if you trigger a notification while a notification is already showing, nothing will happen. You can check whether the notification is showing with the Boolean property `self.statusBarNotificationIsShowing` in UIViewController. +Screen orientation changing is fully supported. + ## License The MIT License (MIT)