Rightpoint / RaisinToast

A UIWindow subclass used to message information to the users of your app.
MIT License
83 stars 14 forks source link

Raisin Toast should modify status bar #11

Closed ZevEisenberg closed 9 years ago

ZevEisenberg commented 9 years ago

If the text inside the toast is white, it’s weird for the system status bar to stay black (and vice versa). There should be a way to control the system status bar through RaisinToast. It could perhaps use +[UIColor rz_contrastForColor:] to determine whether the status bar should be white or black automatically based on the background color.

adamhrz commented 9 years ago

Will be pushed as part of next release

adamhrz commented 9 years ago

Addressed in #1.0.4 release