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.
xcodeでは、セグメントコントローラを実装できますが、一度に1つだけ選択できます。このようなものを作る最も簡単な方法は何ですか?
UISegmentedControl でこれを行うことはできません。できることは、いくつかの UIButton を作成し、カスタムの選択状態の画像を設定することです。これにより、それらがいつ選択されたかがわかります。