You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.
As a library user I'm ok with the existing set of controls on NMessengerBarView but my designer wants a different layout. Moreover, NMessengerBarView contains some useful camera and keyboard related logic.
So I'd like to load the NMessengerBarView from my own xib and my own [NSBundle mainBundle] (or from another one external to NMessenger).
So far, no extension points are available.
The text was updated successfully, but these errors were encountered:
Another option is making open func loadFromBundle() and forcing library users to subclass the NMessengerBarView but that approach is less elegant, from my point of view.
As a library user I'm ok with the existing set of controls on
NMessengerBarView
but my designer wants a different layout. Moreover,NMessengerBarView
contains some useful camera and keyboard related logic.So I'd like to load the
NMessengerBarView
from my ownxib
and my own[NSBundle mainBundle]
(or from another one external toNMessenger
).So far, no extension points are available.
The text was updated successfully, but these errors were encountered: