24/7 twenty-four seven

iOS/OS X application programing topics.

2010-05-19から1日間の記事一覧

UISegmentedControl の隠し API

UISegmentedControl は segmentedControlStyle プロパティに 値を直接指定すると、非公開のスタイルを使用することができます。試しに 3 を指定してみると次のようなスタイルになりました。 UISegmentedControl *segmentedControl = [[UISegmentedControl al…