terryworona / TWMessageBarManager

An iOS manager for presenting system-wide notifications via a dropdown message bar.
MIT License
1.77k stars 191 forks source link

Use of [UIApplication sharedApplication] #68

Closed mergesort closed 9 years ago

mergesort commented 9 years ago

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!

terryworona commented 9 years ago

Sorry, at this time you can't configure the message bar externally.

Give it a shot and submit a PR! Love the username btw!