steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 129 forks source link

Getting App crashed: in this line MessengerKit.bundle #44

Closed Uday-iOS closed 4 years ago

Uday-iOS commented 5 years ago

Getting App crashed: in this line MessengerKit.bundle

private func loadFromDefaultNib() { let view = UINib(nibName: "MSGMessengerView", bundle: MessengerKit.bundle) .instantiate(withOwner: self, options: nil).first as? MSGMessengerView

    view?.frame = CGRect.zero
    view?.backgroundView.backgroundColor = style.inputViewBackgroundColor
    view?.add(collectionView)
    view?.add(messageInputView)

    self.view = view

}

(https://user-images.githubusercontent.com/51957694/59913816-91fe0780-9436-11e9-822e-e761b1dc6418.png)

sjoness commented 4 years ago

Closing as I cannot reproduce. Will re-address this if it comes up again