Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
[UIScreen mainScreen]以前の iOS で の輝度値を iOS5.0に変更する方法iOS5.0 では ' brightness' を使用できます。iOS 4.3 の代替手段は何ですか。
[UIScreen mainScreen]
brightness
iOS < 5.0 で明るさを直接処理する方法はありません。ただし、それにはトリックがあります。メイン ビューに (黒い背景の) UIView を追加し、(黒い uiview の) アルファ値を変更できます。