livechat / chat-window-ios

Embeding LiveChat mobile chat window in iOS application
MIT License
24 stars 31 forks source link

Status bar style #38

Closed bull-xu closed 5 years ago

bull-xu commented 5 years ago

The lib should have the ability (configuration) to set the status bar style. The UIViewControllerBasedStatusBarAppearance in info.plist sets to YES in our project, the status bar style we want to show is .lightContent when the Live Chat window is open. It seems the status bar style is .default by default.

kamil-szostakowski commented 5 years ago

Fixed in #42. Will be available in version 2.0.16.

kamil-szostakowski commented 5 years ago

Released in 2.0.16.

bull-xu commented 5 years ago

Hi @kamil-szostakowski could you please advise that where can I set the status bar style for the LiveChatOverlayViewController? Thanks.

kamil-szostakowski commented 5 years ago

Hi @bull-xu, sorry for late response. After discussion with product team we decided to fill entire screen with with the widget. It means that the background under the status bar will be white and and the status bar style for the widget remains .default so the visual aspects of the widget and hosting app won't overlap.

bull-xu commented 5 years ago

Hi @kamil-szostakowski thanks for your response. I'm happy the latest changes on filling the entire screen with the widget. It looks better.