I know that I can select available orientation of my app in targets menu, but I would like to block landscape orientation for each screen EXCEPT the one with youtube player.
I suppose this couldn't be done via app delegate since it does not distinct controllers and apply the rule for the whole app.
I suspect maybe there is a way to do that via sharedApplication(), but have no clue how to.
Do you have any idea how such thing could be done?