Rightpoint / RaisinToast

A UIWindow subclass used to message information to the users of your app.
MIT License
83 stars 14 forks source link

Enable orientation to match hosting app #2

Closed rztakashi closed 9 years ago

rztakashi commented 9 years ago

*Modified code so that it can manage orientation of app with multiple UIWindows.

adamhrz commented 9 years ago

@rztakashi Looks good overall - thanks so much for taking the time to contribute! Are you able to handle the 3 other view controllers too or do you need me to take it from here?

rztakashi commented 9 years ago

@adamhrz Thanks for the review! I can take care of the other view controllers. When you get a chance though can you let me know what you think we should do for supportedInterfaceOrientations?

adamhrz commented 9 years ago

If we can follow the behavior of the main window or foremost window beneath the messaging window that's probably most appropriate. If there is nothing to reference in happy with it as is. Make sense?

— Sent from Mailbox

On Fri, Jan 16, 2015 at 4:46 PM, Takashi Arai notifications@github.com wrote:

@adamhrz Thanks for the review! I can take care of the other view controllers. When you get a chance though can you let me know what you think we should do for supportedInterfaceOrientations?

Reply to this email directly or view it on GitHub: https://github.com/Raizlabs/RaisinToast/pull/2#issuecomment-70327558

rztakashi commented 9 years ago

Hi @adamhrz I made another commit and would appreciate if you can review it when you get a chance. Thanks!