steve228uk / MessengerKit

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

MSGImessageInputView.nib #4

Closed marcospolanco closed 6 years ago

marcospolanco commented 6 years ago

It would be super helpful to make this an open class var, to make it easier to extend outside the module. `

override open class var nib: UINib? {
    return UINib(nibName: "MSGImessageInputView",
                 bundle: MessengerKit.bundle)
}

`
steve228uk commented 6 years ago

This seems like a great idea and was definitely my intention when writing it. Please feel free to submit a pull request if you have time. If not I'll take a look at this when I'm back at work Monday.

marcospolanco commented 6 years ago

As suggested: https://github.com/steve228uk/MessengerKit/pull/6