iOS自定义SegmentedControl 控件
2017-08-19 本文已影响34人
天天有写不完的代码
GitHub 地址: https://github.com/mengtian-li/MTSegmentedControl
README
MTSegmentedControl
Overview
MTSegmentedControl is a UIView widget imitate from CocoaTouch's SegmentedControl.
image
MTSegmentedControl can Customize segmented border widht border cornerRadius selected color unselected color and so on, which System's Control can't satisfy you
Useage
-
git cloneordownloadthis project - drag
MTSegmentControlandCategory(as your needed) group to your project #import "MTSegmentedControl.h"
MTSegmentedControl *segmentControl = [[MTSegmentedControl alloc] initWithItem:@[@"你好",@"再见哇",@"萨瓦迪卡"]];
segmentControl.frame = CGRectMake(0, 100, 250, 40);
License
MIT. See LICENSE for details.