TWMessageBarManager.m uses [UIApplication sharedApplication].keyWindow.frame to calculate the size of the message bar frame. The use of [UIApplication sharedApplication] means that this library can't be used in an extension. Would it be possible to optionally configure the frame externally?
TWMessageBarManager.m uses
[UIApplication sharedApplication].keyWindow.frame
to calculate the size of the message bar frame. The use of[UIApplication sharedApplication]
means that this library can't be used in an extension. Would it be possible to optionally configure the frame externally?Thanks a lot, love the library!