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.
とにかくuikitでuiactionsheetに色を付けることを知っている人はいますか?
はい、それはUIView(kmitで説明されている)なので、次のコマンドを使用できます:addSubview。これにより、独自の背景を追加し、sendSubviewToBackを使用して注文し直すことができます。(これにより、古い背景を削除できます:[[youralert.subviews objectAtIndex:0] removeFromSuperview])