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.
パラメータのレートを表示するために使用しているため、選択するセグメント化されたコントロール(5つのセグメント、「プログレスバー」を表す)を無効にする方法を探しています。
それを行う簡単な方法はありますか?
どうもありがとう!
簡単に設定できます:mySegment.selectedSegmentIndex = 3;
mySegment.selectedSegmentIndex = 3;
[self.segmentedControl setEnabled:YES forSegmentAtIndex:0];