GKAchievementNotification
GKAchievementNotification copied to clipboard
Game Center styled UI notifications
This mimics the behavior of the actual GameKit notifications when the statusbar is not hidden.
some support to rotation -> try present notification in the first subview of window
- add support for landscape mode(adding the notification view to window.rootViewController.view instead of window itself) - add support for iPad(coordinate tweaks) - add some customization methods and delay initialization to...
When i have my app in landscape view the notification showup like a portrait.