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.
をUILabel使用して不透明度が空白に変更された が[UIColor clearColor] あり、ラベル内のテキストの不透明度を可能な限り完全なレベルに変更したいと考えています。どうすればいいのですか?
UILabel
[UIColor clearColor]
UILabel次のコードを使用して、テキストの不透明度を変更します
[headerLabel setAlpha:0.5];
幸せなコーディング..:)