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.
Apple の ResearchKit を使用してアンケートを作成しようとしていますが、定義済みのボタンの色を変更する方法が見つかりませんでした。青ですが、違う色にしたいです。これを行う方法?
の外観プロキシを使用しUIViewて色合いを設定すると、次のように動作するはずです。
UIView
[UIView appearance].tintColor = yourColor;
今は非常に遅いですが、誰かの時間を節約できるかもしれません。
taskviewcontrollerobject.view.tintColor = [UIColor redColor]; // お好みの色