UISegmentedControl分段控件(基礎篇)

   1. //創建一個分段控件     NSArray *arr = [NSArray arrayWithObjects:@"亞洲",@"歐美",@"日韓",nil];     UISegmentedControl *seg = [[UISegmentedControl alloc] initWithItems:arr];     seg.frame = CGRectMake(30, 100, 
相關文章
相關標籤/搜索