arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.

Home Page:http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIAlertView rotates when view is locked in portrait mode in iOS8

klwatanabe opened this issue · comments

I am testing on an iPhone5 with iOS 8.1. My application supports both portrait and landscape views. However, the majority of my application is locked to portrait mode. The alert view is allowing rotation even though the current view is locked to portrait mode.

Just want to add, that I can reproduce this. And it's a legitimage bug. I just haven't had time to track it down and fix it. A pull request with a fix is welcome from anyone who can figure it out . 😄

Version 2.3.0 uses UIAlertController on iOS 8+, so this shouldn't be a problem anymore.