четверг, 19 июля 2012 г.

How to switch UIsegmentedControll programmatically

// select the first segment
segmented.selectedSegmentIndex = 0;

// turn off the current selection
segmented.selectedSegmentIndex = UISegmentedControlNoSegment;

Комментариев нет:

Отправить комментарий