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.
特定の範囲を持つ垂直スライダーを使用する必要があるアプリを開発しています。つまり、0 から 100 の値の間でスライドします。
試してみましたが、適切な解決策が得られませんでした
スライダーの変換プロパティを変更します。
基本的に、最初のパラメーターはスライダーの既存の変換行列であり、 2番目のパラメーターはスライダーを回転させる度数(ラジアン) *です。
IBOutlet UISlider *slider; slider.transform = CGAffineTransformRotate(slider.transform, 270.0/180*M_PI);