コード例 #1
0
 public UISegmentedControl(String... items) {
   super((SkipInit) null);
   initObject(init(NSArray.fromStrings(items)));
 }