cezarywojcik / CWStatusBarNotification

A library that allows you to easily create text-based notifications that appear on the status bar.
MIT License
2.03k stars 260 forks source link

iOS 10 : XCode 8 : preferredStatusBarStyle #96

Closed hitendradeveloper closed 8 years ago

hitendradeveloper commented 8 years ago

Hi, I have just run my project in XCod8 and give me error as show in the below image.

Error preferredStatusBarStyle

Reason behind the error :

In iOS 10 preferredStatusBarStyle is implemented as property in UIViewController. -Source Apple:

@property(nonatomic, readonly) UIStatusBarStyle preferredStatusBarStyle NS_AVAILABLE_IOS(7_0) __TVOS_PROHIBITED; // Defaults to UIStatusBarStyleDefault

cezarywojcik commented 8 years ago

dupe of https://github.com/cezarywojcik/CWStatusBarNotification/issues/95