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.
この Tweetbot 3 のスクリーンショットを撮ります。
ビューを表示し、前のビューを除くすべての後ろのビューを暗い色にフェードアウトするにはどうすればよいですか?
背景色を指定してフルスクリーン UIView を作成し、[UIColor colorWithRed:0.f green:0.f blue:0.f alpha:0.5f]カスタム ビューをこの新しいビューのサブビューとして追加します。次に、必要に応じて、この新しい UIView を現在の画面の上に表示することができます。
[UIColor colorWithRed:0.f green:0.f blue:0.f alpha:0.5f]