Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 195e99c68d | |||
| 029ba7943c | |||
| 9c1d49b094 | |||
| 477c95fb94 | |||
| 4e12eb580f |
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "CWStatusBarNotification"
|
||||
s.version = "2.3.4"
|
||||
s.version = "2.3.5"
|
||||
s.summary = "A library that creates status bar notifications."
|
||||
s.description = "CWStatusBarNotification is a library allows you to present a beautiful text-based notification in the status bar."
|
||||
s.homepage = "https://github.com/cezarywojcik/CWStatusBarNotification"
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
// Copyright (c) 2015 Cezary Wojcik. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
/**
|
||||
* @brief A simple completion used for handling tapping the notification.
|
||||
*/
|
||||
|
||||
@@ -106,6 +106,8 @@
|
||||
|
||||
@implementation CWViewController
|
||||
|
||||
@synthesize preferredStatusBarStyle = _preferredStatusBarStyle;
|
||||
|
||||
- (UIStatusBarStyle)preferredStatusBarStyle
|
||||
{
|
||||
return _preferredStatusBarStyle;
|
||||
|
||||
Reference in New Issue
Block a user