livechat / chat-window-ios

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

Support different status bar color via delegation #47

Closed andymedvedev closed 5 years ago

andymedvedev commented 5 years ago

Support variable preferredStatusBarStyle via delegation in LiveChatOverlayViewController.

example code:

override var preferredStatusBarStyle: UIStatusBarStyle {
    return delegate?.preferredStatusBarStyle() ?? .default
}
andymedvedev commented 5 years ago

viewController is fixed. no more needing to configure status bar

Hamza123Imran commented 5 years ago

@andymedvedev brother which pod file r u using in ur app?

kamil-szostakowski commented 5 years ago

@andymedvedev @Hamza123Imran status bar on the chat widget screen is always white per design, there is no way to customize.