日々精進

新しく学んだことを書き留めていきます

2012-06-02から1日間の記事一覧

[[UIDevice currentDevice] orientation]で取得したデバイスの向きがおかしい

IT

多くのサイトでデバイスの向きを取得する方法は以下であると書いてある。 UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation]; が、これを使うとデバイスの向きの判定が間違うことがあった。具体的には横向きの状態でUIDeviceOrient…